You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
We get the Sentry DSN from the server, but that doesn't let us catch early errors. We should have a default DSN hardcoded into the add-on, but what DSN depends on whether it is dev, stage, live. As a result we need to configure it somehow (probably something like write it to webextension/build/defaultDsn.js)
The text was updated successfully, but these errors were encountered:
We get the Sentry DSN from the server, but that doesn't let us catch early errors. We should have a default DSN hardcoded into the add-on, but what DSN depends on whether it is dev, stage, live. As a result we need to configure it somehow (probably something like write it to
webextension/build/defaultDsn.js
)The text was updated successfully, but these errors were encountered: