@sentry/minimal
Advanced tools
Comparing version 6.16.1 to 6.17.0-beta.0
import { Scope } from '@sentry/hub'; | ||
import { Breadcrumb, CaptureContext, CustomSamplingContext, Event, Extra, Extras, Primitive, Severity, Transaction, TransactionContext, User } from '@sentry/types'; | ||
import { Breadcrumb, CaptureContext, CustomSamplingContext, Event, Extra, Extras, Primitive, SeverityLevel, Transaction, TransactionContext, User } from '@sentry/types'; | ||
/** | ||
@@ -14,6 +14,6 @@ * Captures an exception event and sends it to Sentry. | ||
* @param message The message to send to Sentry. | ||
* @param level Define the level of the message. | ||
* @param SeverityLevel Define the level of the message. | ||
* @returns The generated eventId. | ||
*/ | ||
export declare function captureMessage(message: string, captureContext?: CaptureContext | Severity): string; | ||
export declare function captureMessage(message: string, captureContext?: CaptureContext | SeverityLevel): string; | ||
/** | ||
@@ -20,0 +20,0 @@ * Captures a manually created event and sends it to Sentry. |
@@ -48,3 +48,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
* @param message The message to send to Sentry. | ||
* @param level Define the level of the message. | ||
* @param SeverityLevel Define the level of the message. | ||
* @returns The generated eventId. | ||
@@ -51,0 +51,0 @@ */ |
import { Scope } from '@sentry/hub'; | ||
import { Breadcrumb, CaptureContext, CustomSamplingContext, Event, Extra, Extras, Primitive, Severity, Transaction, TransactionContext, User } from '@sentry/types'; | ||
import { Breadcrumb, CaptureContext, CustomSamplingContext, Event, Extra, Extras, Primitive, SeverityLevel, Transaction, TransactionContext, User } from '@sentry/types'; | ||
/** | ||
@@ -14,6 +14,6 @@ * Captures an exception event and sends it to Sentry. | ||
* @param message The message to send to Sentry. | ||
* @param level Define the level of the message. | ||
* @param SeverityLevel Define the level of the message. | ||
* @returns The generated eventId. | ||
*/ | ||
export declare function captureMessage(message: string, captureContext?: CaptureContext | Severity): string; | ||
export declare function captureMessage(message: string, captureContext?: CaptureContext | SeverityLevel): string; | ||
/** | ||
@@ -20,0 +20,0 @@ * Captures a manually created event and sends it to Sentry. |
@@ -46,3 +46,3 @@ import { __assign, __read, __spread } from "tslib"; | ||
* @param message The message to send to Sentry. | ||
* @param level Define the level of the message. | ||
* @param SeverityLevel Define the level of the message. | ||
* @returns The generated eventId. | ||
@@ -49,0 +49,0 @@ */ |
{ | ||
"name": "@sentry/minimal", | ||
"version": "6.16.1", | ||
"version": "6.17.0-beta.0", | ||
"description": "Sentry minimal library that can be used in other packages", | ||
@@ -19,9 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/hub": "6.16.1", | ||
"@sentry/types": "6.16.1", | ||
"@sentry/hub": "6.17.0-beta.0", | ||
"@sentry/types": "6.17.0-beta.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "3.7.5" | ||
}, | ||
"scripts": { | ||
@@ -28,0 +25,0 @@ "build": "run-p build:cjs build:esm", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52963
0
2
+ Added@sentry/hub@6.17.0-beta.0(transitive)
+ Added@sentry/types@6.17.0-beta.0(transitive)
+ Added@sentry/utils@6.17.0-beta.0(transitive)
- Removed@sentry/hub@6.16.1(transitive)
- Removed@sentry/types@6.16.1(transitive)
- Removed@sentry/utils@6.16.1(transitive)
Updated@sentry/hub@6.17.0-beta.0
Updated@sentry/types@6.17.0-beta.0