aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-08 23:32:57 +0100
committerGravatar Joe Banks <[email protected]>2020-10-08 23:32:57 +0100
commiteafa1a30dc1e354967ee621d92634557cd910f17 (patch)
treeb8094e8a43be1cb7b525f38012459b0ee450265a /src/index.tsx
parentRender the Sentry error boundary (diff)
Report release information to Sentry
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 50385ea..783d34f 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -15,6 +15,7 @@ if (process.env.NODE_ENV === "production") {
new Integrations.BrowserTracing(),
],
tracesSampleRate: 0.25,
+ release: `forms-frontend@${process.env.REACT_APP_SHA}`
});
}