aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}`
});
}