Skip to content
Snippets Groups Projects
Commit a916df33 authored by Will Hunt's avatar Will Hunt
Browse files

s/release/env

parent 7776dca8
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,12 @@ async function main() {
if (config.sentry) {
Sentry.init({
dsn: config.sentry.dsn,
release: "my-project-name@2.3.12",
environment: config.sentry.environment,
integrations: [new BrowserTracing()],
});
Sentry.setTag("homeserver", config.homeserver);
Sentry.setTag("encrypt_room", config.encrypt_room);
if (config.invite_user) {
Sentry.setTag("mode", "invite_user");
} else if (config.auto_join_room) {
......
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