Link to plugin page: https://bubble.io/plugin/sentry-1665700248822x250335513368330240
Demo to preview the plugin:
Live Demo: http://sentry-demo.bubbleapps.io/
Bubble Editor: https://sentry-demo.bubbleapps.io/
Introduction
Bring accurate error reporting to your bubble app with Sentry. Debug your application and prevent crashes.
How to setup
- You need a (free) Sentry account. Sign up at https://sentry.io/signup/
- On the next page click the “Start” button:
- Select “Browser Javascript”, then click “Configure SDK” button. If a Popup appears, skip it.
- On the next page “Skip Onboarding”.
- On the left menu in a Dashboard select “Projects”, then “Javascript”
- Click gear button on the top right of the page.
- Scroll down and choose “Client Keys (DSN)”. Copy DSN, enter your Sentry DSN in the plugin’s settings.
- You're now automatically tracking errors on the frontend.
Plugin Actions
Capture Server Error
Capture Message
Capture Error
Add Breadcrumb
Show Feedback Widget
Re-Initialize
Changelogs
Update: 21.10.22 - Version 0.0.1
- initial release
Update: 25.10.22 - Version 0.0.2
- cleanup
Update: 25.10.22 - Version 0.0.3
- initialize sentry earlier
Update: 25.10.22 - Version 0.0.4
- update description
Update: 25.10.22 - Version 1.0.0
- public release
Update: 03.11.22 - Version 1.0.2
- required - update to node 14
Update: 08.11.22 - Version 1.1.0
- added the ability to send breadcrumbs along with issues
Update: 03.12.22 - Version 1.1.1
- add feedback widget support
Update: 11.12.22 - Version 1.1.2
- add session replay support
Update: 18.11.23 - Version 1.1.3
- update v4
Update: 06.02.24 - Version 1.2.0
- updated description
Update: 08.02.24 - Version 1.3.0
- minor updates
Update 29.07.24 - Version 1.10.0
- Added "Error Details" field for "Capture Server Error" action