You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build my custom error reporter but I cant get it to read it from the configuration.
Also found out that sentry and rollbar have entry points inside django_q so maybe its not possible to do my own custom implementation ?
I see that in the code it uses pkg_resources.iter_entry_points(
"djangoq.errorreporters", name
)
so somehow I need to register a entry point.
Any suggestions are welcome. Thanks
The text was updated successfully, but these errors were encountered:
I want to build my custom error reporter but I cant get it to read it from the configuration.
Also found out that sentry and rollbar have entry points inside django_q so maybe its not possible to do my own custom implementation ?
I see that in the code it uses pkg_resources.iter_entry_points(
"djangoq.errorreporters", name
)
so somehow I need to register a entry point.
Any suggestions are welcome. Thanks
The text was updated successfully, but these errors were encountered: