-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add error monitoring (sentry) #18
Comments
Hi Matt, For Sentry integration, the basic integration is simply to add the dependency to
And include the following code in
That's all it takes to get basic integration going. Given the above takes about 2 minutes or less, I'm confused why this isn't part of the existing template. I may be being obtuse, so feel free to correct me! :) |
@Autom8r-82 I haven't added it yet because I'd need update flutter, next.js and add documentation. I was also thinking about the best way to incorporate this to make it easy to remove in case someone didn't want to use Sentry. But, appreciate the code! I'll be sure to get to it soon especially since now it seems like there is some sort of demand for it. |
No description provided.
The text was updated successfully, but these errors were encountered: