diff options
author | 2020-10-08 23:32:57 +0100 | |
---|---|---|
committer | 2020-10-08 23:32:57 +0100 | |
commit | eafa1a30dc1e354967ee621d92634557cd910f17 (patch) | |
tree | b8094e8a43be1cb7b525f38012459b0ee450265a /src/index.tsx | |
parent | Render the Sentry error boundary (diff) |
Report release information to Sentry
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 1 |
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}` }); } |