Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 7.84.0 to 7.85.0

2

package.json
{
"name": "@sentry/types",
"version": "7.84.0",
"version": "7.85.0",
"description": "Types for all Sentry JavaScript SDKs",

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

@@ -29,2 +29,6 @@ import { TraceContext } from './context';

}
export interface HeartbeatCheckIn {
monitorSlug: SerializedCheckIn['monitor_slug'];
status: 'ok' | 'error';
}
export interface InProgressCheckIn {

@@ -40,3 +44,3 @@ monitorSlug: SerializedCheckIn['monitor_slug'];

}
export type CheckIn = InProgressCheckIn | FinishedCheckIn;
export type CheckIn = HeartbeatCheckIn | InProgressCheckIn | FinishedCheckIn;
type SerializedMonitorConfig = NonNullable<SerializedCheckIn['monitor_config']>;

@@ -43,0 +47,0 @@ export interface MonitorConfig {

@@ -29,2 +29,6 @@ import type { TraceContext } from './context';

}
export interface HeartbeatCheckIn {
monitorSlug: SerializedCheckIn['monitor_slug'];
status: 'ok' | 'error';
}
export interface InProgressCheckIn {

@@ -40,3 +44,3 @@ monitorSlug: SerializedCheckIn['monitor_slug'];

}
export type CheckIn = InProgressCheckIn | FinishedCheckIn;
export type CheckIn = HeartbeatCheckIn | InProgressCheckIn | FinishedCheckIn;
type SerializedMonitorConfig = NonNullable<SerializedCheckIn['monitor_config']>;

@@ -43,0 +47,0 @@ export interface MonitorConfig {

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