Add Sentry support
See original GitHub issueI see Rollbar is built in. Could you add support for Sentry too?
Alternatively, you could pull out Rollbar into its own django-q-rollbar
repo (and perhaps use extras so someone can add django-q[rollbar]
to their requirements.txt
), and expose a generic error handling interface so others can add their own.
Really enjoying this project btw 😄
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:11 (3 by maintainers)
Top Results From Across the Web
JavaScript | Sentry Documentation
On this page, we get you up and running with Sentry's SDK, so that it will automatically report errors and exceptions in your...
Read more >Add Sentry support #635 - yidongnan/grpc-spring-boot-starter
So the idea is to add Sentry support to yidongnan/grpc-spring-boot-starter to equal the Sentry functionality. Additional context. Sentry has its ...
Read more >Sentry Support - ForeFlight
Support and frequently asked questions about ForeFlight uAvionix Sentry ADS-B receiver.
Read more >How to Add Sentry to Your Node.js Project with TypeScript
Sentry.io is an external monitoring and logging service which can help you identify and triage errors in your code.
Read more >@sentry/react-native - npm
Sentry is on a mission to help developers write better software faster, ... npm install --save @sentry/react-native # OR yarn add ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jordanmkoncz Since there still seems to be some interest, I went ahead an added some documentation and submitted a pull request #261. I’ve also added documentation for my two proposed implementations for sentry and rollbar.
Appreciate the effort @danielwelch, hopefully someone can review and approve the pull request. 😃