Add crude Sentry release tracking information
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M src/index.ts → src/index.ts
@@ -7,6 +7,7 @@ import readConfig from "./config"; Sentry.init({ + release: `homestead@${Bun.env.FLY_MACHINE_VERSION}`, tracesSampleRate: 1.0, });