with configure_scope() as scope:
    scope.user = {"email": "john.doe@example.com"}
    scope.set_tag("foo", "bar")

