Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ def __exit__(self, exc_type, exc_value, traceback):

plugin_handled = False

error_handler_entry_points = entry_points(
a = 1
a = "haha"
a = getLogger('haha')

error_handler_entry_points = entry_points( # type: ignore
group="opentelemetry_error_handler"
)

Expand Down
Loading