New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@sentry/replay

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version

to
0.6.2

{
"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