Socket
Socket
Sign inDemoInstall

@snapshot-labs/snapshot-sentry

Package Overview
Dependencies
9
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3 to 1.5.4

2

dist/index.js

@@ -28,3 +28,3 @@ "use strict";

const Sentry = __importStar(require("@sentry/node"));
const DEFAULT_TRACE_SAMPLE_RATE = '0.01';
const DEFAULT_TRACE_SAMPLE_RATE = '0';
const SCRUB_MASK = '[Filtered]';

@@ -31,0 +31,0 @@ const VALID_CONTEXT_KEYS = ['tags', 'extra', 'contexts', 'user', 'level', 'fingerprint'];

{
"name": "@snapshot-labs/snapshot-sentry",
"version": "1.5.3",
"version": "1.5.4",
"license": "MIT",

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

import * as Sentry from '@sentry/node';
import type { Express } from 'express';
const DEFAULT_TRACE_SAMPLE_RATE = '0.01';
const DEFAULT_TRACE_SAMPLE_RATE = '0';
const SCRUB_MASK = '[Filtered]';

@@ -6,0 +6,0 @@ const VALID_CONTEXT_KEYS = ['tags', 'extra', 'contexts', 'user', 'level', 'fingerprint'];

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc