Skip to content
Snippets Groups Projects
Commit ba9f7f42 authored by Kio!'s avatar Kio! 💻
Browse files

Add Release version to sentry logging

parent d14f0b14
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@ export async function masterMain() {
maxBreadcrumbs: 0,
// Set release version
release: "Sharkey@" + meta.version,
...config.sentryForBackend.options,
});
}
......
......@@ -30,6 +30,9 @@ export async function workerMain() {
maxBreadcrumbs: 0,
// Set release version
release: "Sharkey@" + meta.version,
...config.sentryForBackend.options,
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment