eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

Make sure cloud functions and triggers report to sentry #920

Closed silviot closed 7 months ago

silviot commented 7 months ago

The sentry-serverless-firebase.ts file from PR #914 works, at least with performance monitoring. I was not able to see it working with exception reporting. But having performance monitoring alone would be a good start anyway.

The changes to the production deployment CI job should also be taken from there. The secrets.FUNCTIONS_SENTRY_DSN variable is already correctly set for this repo.