Link to plugin page: https://bubble.io/plugin/sentry-1665700248822x250335513368330240

Demo to preview the plugin:

Introduction

Bring accurate error reporting to your bubble app with Sentry. Debug your application and prevent crashes.

How to setup

  1. You need a (free) Sentry account. Sign up at https://sentry.io/signup/
    1. Image without caption
  1. On the next page click the “Start” button:
    1. Image without caption
  1. Select “Browser Javascript”, then click “Configure SDK” button. If a Popup appears, skip it.
    1. Image without caption
  1. On the next page “Skip Onboarding”.
    1. Image without caption
  1. On the left menu in a Dashboard select “Projects”, then “Javascript”
    1. Image without caption
  1. Click gear button on the top right of the page.
    1. Image without caption
  1. Scroll down and choose “Client Keys (DSN)”. Copy DSN, enter your Sentry DSN in the plugin’s settings.
    1. Image without caption
      Image without caption
  1. 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