teamspaces / web

Web & API – Spaces is knowledge management for teams.
0 stars 0 forks source link

Add Sentry (Javascript ) #225

Closed emmanuelmillionaer closed 7 years ago

emmanuelmillionaer commented 7 years ago

What

Add Sentry for Javascript.

Related Links

Deploy notes

MrTin commented 7 years ago

FYI @emmanuelmillionaer : I updated this and added highlight.js as it was not set in vendor.js :)

MrTin commented 7 years ago

This also breaks during testing because of no sentry key setup, and the same in tests. To get this up and running I'll add a test project on Sentry which will be the one used in development as well. @emmanuelmillionaer

MrTin commented 7 years ago

Update @emmanuelmillionaer : Sentry is made to share between backend and frontend so I'm changing so we have SENTRY_DSN and SENTRY_PUBLIC_DSN. It's working on CI and added the env to our docker-stack with teamspaces/docker-stack#18