@sentry/replay
Advanced tools
{ | ||
"name": "@sentry/replay", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "User replays for Sentry", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -34,3 +34,9 @@ # sentry-replay | ||
dsn: '__DSN__', | ||
integrations: [new Replay()], | ||
integrations: [ | ||
new Replay({ | ||
// This sets the sample rate to be 10%. You may want this to be 100% while | ||
// in development and sample at a lower rate in production | ||
replaysSamplingRate: 0.1, | ||
}) | ||
], | ||
// ... | ||
@@ -37,0 +43,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
497793
0.29%100
2.04%5428
0.48%109
5.83%