Socket
Socket
Sign inDemoInstall

@sentry/replay

Package Overview
Dependencies
Maintainers
12
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version 0.2.0-4 to 0.2.0-5

1

dist/index.es.js

@@ -589,3 +589,2 @@ import * as Sentry from '@sentry/browser';

}), "rrweb-".concat(new Date().getTime(), ".json"));
console.log('sendReplayRequest: ', endpoint);
// If sendBeacon is supported and payload is smol enough...

@@ -592,0 +591,0 @@ if (this.hasSendBeacon() && stringifiedPayload.length <= 65536) {

@@ -613,3 +613,2 @@ 'use strict';

}), "rrweb-".concat(new Date().getTime(), ".json"));
console.log('sendReplayRequest: ', endpoint);
// If sendBeacon is supported and payload is smol enough...

@@ -616,0 +615,0 @@ if (this.hasSendBeacon() && stringifiedPayload.length <= 65536) {

2

package.json
{
"name": "@sentry/replay",
"version": "0.2.0-4",
"version": "0.2.0-5",
"description": "User replays for Sentry",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc