Socket
Socket
Sign inDemoInstall

@sentry-internal/tracing

Package Overview
Dependencies
Maintainers
9
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/tracing - npm Package Compare versions

Comparing version 7.80.0 to 7.80.1

2

cjs/node/integrations/prisma.js

@@ -64,3 +64,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

name: model ? `${model} ${action}` : action,
op: 'db.sql.prisma',
op: 'db.prisma',
origin: 'auto.db.prisma',

@@ -67,0 +67,0 @@ data: { ...clientData, 'db.operation': action },

@@ -62,3 +62,3 @@ import { trace, getCurrentHub } from '@sentry/core';

name: model ? `${model} ${action}` : action,
op: 'db.sql.prisma',
op: 'db.prisma',
origin: 'auto.db.prisma',

@@ -65,0 +65,0 @@ data: { ...clientData, 'db.operation': action },

{
"name": "@sentry-internal/tracing",
"version": "7.80.0",
"version": "7.80.1",
"description": "Sentry Internal Tracing Package",

@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.80.0",
"@sentry/types": "7.80.0",
"@sentry/utils": "7.80.0"
"@sentry/core": "7.80.1",
"@sentry/types": "7.80.1",
"@sentry/utils": "7.80.1"
},

@@ -31,0 +31,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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