cozy / cozy-doctypes

The doctypes used in cozy-stack
https://docs.cozy.io/en/cozy-doctypes/docs/
GNU Affero General Public License v3.0
2 stars 29 forks source link

fix: Remove query string in cc.cozycloud.sentry #92

Closed drazik closed 5 years ago

drazik commented 5 years ago

The Sentry API does not accept receiving auth data in both query string and HTTP headers. Using HTTP headers is recommended by Sentry, so we use it. See https://docs.sentry.io/development/sdk-dev/overview/#authentication for more informations.