This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Releases: Giftbit/giftbit-cassava-routes
Releases · Giftbit/giftbit-cassava-routes
v11.1.2
v11.1.1
v11.1.0
- Adds ignoreError filter option so that you can prevent errors with particular messages from being sent to sentry.
v11.0.0
- Encourage Sentry DSN to be passed in through an environment variable rather than from secure config.
Sentry used to have public DSNs and private DSNs. The public DSNs could be embedded in a browser and were protected from abuse using some anti-abuse filtering while the private DSNs weren't. The private DSNs are now deprecated and there are only public DSNs, which means we can embed them in source control somewhere. Embedding them in source control is beneficial because then we can initialize Sentry earlier and thus capture console.log statements earlier.