fix: sentry errors not being verbose enough

This commit is contained in:
2025-09-04 23:20:37 +02:00
parent 331a0185af
commit ae99121af6
2 changed files with 7 additions and 2 deletions

View File

@@ -15,4 +15,9 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
integrations: [
Sentry.extraErrorDataIntegration(),
Sentry.captureConsoleIntegration(),
],
});

View File

@@ -28,8 +28,8 @@ rtmp {
hls on;
hls_type live;
hls_path /dev/shm/hls;
hls_fragment 1s;
hls_playlist_length 3s;
hls_fragment 2s;
hls_playlist_length 10s;
hls_cleanup on;
hls_fragment_naming timestamp;