-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
Description
What problem does this feature solve?
Currently this module will completely avoid creating this.$sentry when there is no DSN specified or the disabled option is flagged - this causes any this.$sentry.xxx functions to error and completely prevents offline debugging without sentry reporting.
For local testing no error reporting is necessary as the console log is accessible to us and will end up clogging issues being reporting from real users
What does the proposed changes look like?
serverless-sentry-lib achieves this by deleting the DSN and installing nonetheless (although this uses the deprecated Raven package).