diff options
author | Alan Pearce | 2023-09-16 08:26:07 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-16 08:26:20 +0200 |
commit | f27b6cf19a450a45e665e6d2ea16b2cfeb3d9275 (patch) | |
tree | 268f34b1e4fd97095a97cf0c95ec6a0ea80f104d /src/index.ts | |
parent | 90e0bc495f138532ab6b2cd04a74bc53057ccdc7 (diff) | |
download | website-f27b6cf19a450a45e665e6d2ea16b2cfeb3d9275.tar.lz website-f27b6cf19a450a45e665e6d2ea16b2cfeb3d9275.tar.zst website-f27b6cf19a450a45e665e6d2ea16b2cfeb3d9275.zip |
Add crude Sentry release tracking information
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index c7b7892..0667115 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,6 +7,7 @@ import prom from "bun-prometheus-client"; import readConfig from "./config"; Sentry.init({ + release: `homestead@${Bun.env.FLY_MACHINE_VERSION}`, tracesSampleRate: 1.0, }); |