-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Integrate sentry for Simulator #4962
Integrate sentry for Simulator #4962
Comments
/assign |
@tachyons sir could you please review the merge request |
/assign |
1 similar comment
/assign |
Really intrested to work on the issue, Can I? |
is there an existing Sentry DSN ? @tachyons |
Since this issue is open, plz assign this to me |
- Add Sentry configuration with environment-specific settings - Configure error tracking and performance monitoring - Add proper canvas initialization - Enable component tracking and error sampling Fixes CircuitVerse#4962
Implement error monitoring and performance tracking for the simulator: - Add Sentry configuration with environment-specific settings - Fix canvas initialization and error handling - Configure error sampling and component tracking - Enable performance monitoring for Vue components Closes CircuitVerse#4962
There’s already a pull request but I would like to know if additional contributions are needed. |
Since there is already a open pull request I would like to ask if there is any additional contributions , documentation or enhancement needed @tachyons |
./assign |
/assign |
Related to CircuitVerse#4962 Integrate Sentry error handling to capture and report errors in the application. * **ApplicationController**: - Add Sentry error handling to capture and report errors. - Update `auth_error` method to send errors to Sentry. - Update `custom_auth_error` method to send errors to Sentry. * **Api::V1::SimulatorController**: - Add Sentry error handling to capture and report errors. - Update `post_issue` method to send errors to Sentry. - Update `verilog_cv` method to send errors to Sentry. * **ErrorsController**: - Add Sentry error handling to capture and report errors. - Update `not_found` method to send errors to Sentry. - Update `unacceptable` method to send errors to Sentry. - Update `internal_error` method to send errors to Sentry. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/CircuitVerse/CircuitVerse/issues/4962?shareId=XXXX-XXXX-XXXX-XXXX).
@salmoneatenbybear What are the updates here for the issue ? |
Another contributor superseded this issue. |
Push errors to sentry for better tracking.
The text was updated successfully, but these errors were encountered: