mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix: sentry errors not being verbose enough
This commit is contained in:
@@ -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(),
|
||||
],
|
||||
});
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user