@sentry-internal/feedback
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"type":"module","version":"10.21.0-alpha.1","sideEffects":false} | ||
| {"type":"module","version":"10.21.0","sideEffects":false} |
@@ -1,34 +0,7 @@ | ||
| export declare const WINDOW: { | ||
| navigator?: { | ||
| userAgent?: string | undefined; | ||
| maxTouchPoints?: number | undefined; | ||
| } | undefined; | ||
| console: Console; | ||
| PerformanceObserver?: any; | ||
| Sentry?: any; | ||
| onerror?: { | ||
| (event: string | object, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined): any; | ||
| __SENTRY_INSTRUMENTED__?: true | undefined; | ||
| } | undefined; | ||
| onunhandledrejection?: { | ||
| (event: unknown): boolean; | ||
| __SENTRY_INSTRUMENTED__?: true | undefined; | ||
| } | undefined; | ||
| SENTRY_ENVIRONMENT?: string | undefined; | ||
| SENTRY_DSN?: string | undefined; | ||
| SENTRY_RELEASE?: { | ||
| id?: string | undefined; | ||
| } | undefined; | ||
| SENTRY_SDK_SOURCE?: import("@sentry/core").SdkSource | undefined; | ||
| _sentryDebugIds?: Record<string, string> | undefined; | ||
| _debugIds?: Record<string, string> | undefined; | ||
| _sentryModuleMetadata?: Record<string, any> | undefined; | ||
| _sentryEsmLoaderHookRegistered?: boolean | undefined; | ||
| _sentryInjectLoaderHookRegister?: (() => void) | undefined; | ||
| _sentryInjectLoaderHookRegistered?: boolean | undefined; | ||
| } & import("@sentry/core").Carrier & Window; | ||
| import { GLOBAL_OBJ } from '@sentry/core'; | ||
| export declare const WINDOW: typeof GLOBAL_OBJ & Window; | ||
| export declare const DOCUMENT: Document; | ||
| export declare const NAVIGATOR: { | ||
| userAgent?: string | undefined; | ||
| maxTouchPoints?: number | undefined; | ||
| userAgent?: string; | ||
| maxTouchPoints?: number; | ||
| } & Navigator; | ||
@@ -35,0 +8,0 @@ export declare const TRIGGER_LABEL = "Report a Bug"; |
@@ -19,3 +19,3 @@ import { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core'; | ||
| attachTo(el: Element | string, optionOverrides?: OverrideFeedbackConfiguration): Unsubscribe; | ||
| createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration['createDialog']>>; | ||
| createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration["createDialog"]>>; | ||
| createWidget(optionOverrides?: OverrideFeedbackConfiguration): ActorComponent; | ||
@@ -22,0 +22,0 @@ remove(): void; |
@@ -10,4 +10,4 @@ declare const hType: any; | ||
| export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, options, }: { | ||
| action: 'highlight' | 'hide' | ''; | ||
| setAction: Hooks.StateUpdater<'highlight' | 'hide' | ''>; | ||
| action: "highlight" | "hide" | ""; | ||
| setAction: Hooks.StateUpdater<"highlight" | "hide" | "">; | ||
| options: FeedbackInternalOptions; | ||
@@ -14,0 +14,0 @@ }) => VNode; |
@@ -1,34 +0,7 @@ | ||
| export declare const WINDOW: { | ||
| navigator?: { | ||
| userAgent?: string | undefined; | ||
| maxTouchPoints?: number | undefined; | ||
| } | undefined; | ||
| console: Console; | ||
| PerformanceObserver?: any; | ||
| Sentry?: any; | ||
| onerror?: { | ||
| (event: string | object, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined): any; | ||
| __SENTRY_INSTRUMENTED__?: true | undefined; | ||
| } | undefined; | ||
| onunhandledrejection?: { | ||
| (event: unknown): boolean; | ||
| __SENTRY_INSTRUMENTED__?: true | undefined; | ||
| } | undefined; | ||
| SENTRY_ENVIRONMENT?: string | undefined; | ||
| SENTRY_DSN?: string | undefined; | ||
| SENTRY_RELEASE?: { | ||
| id?: string | undefined; | ||
| } | undefined; | ||
| SENTRY_SDK_SOURCE?: import("@sentry/core").SdkSource | undefined; | ||
| _sentryDebugIds?: Record<string, string> | undefined; | ||
| _debugIds?: Record<string, string> | undefined; | ||
| _sentryModuleMetadata?: Record<string, any> | undefined; | ||
| _sentryEsmLoaderHookRegistered?: boolean | undefined; | ||
| _sentryInjectLoaderHookRegister?: (() => void) | undefined; | ||
| _sentryInjectLoaderHookRegistered?: boolean | undefined; | ||
| } & import("@sentry/core").Carrier & Window; | ||
| import { GLOBAL_OBJ } from '@sentry/core'; | ||
| export declare const WINDOW: typeof GLOBAL_OBJ & Window; | ||
| export declare const DOCUMENT: Document; | ||
| export declare const NAVIGATOR: { | ||
| userAgent?: string | undefined; | ||
| maxTouchPoints?: number | undefined; | ||
| userAgent?: string; | ||
| maxTouchPoints?: number; | ||
| } & Navigator; | ||
@@ -35,0 +8,0 @@ export declare const TRIGGER_LABEL = "Report a Bug"; |
@@ -19,3 +19,3 @@ import type { FeedbackModalIntegration, Integration, IntegrationFn } from '@sentry/core'; | ||
| attachTo(el: Element | string, optionOverrides?: OverrideFeedbackConfiguration): Unsubscribe; | ||
| createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration['createDialog']>>; | ||
| createForm(optionOverrides?: OverrideFeedbackConfiguration): Promise<ReturnType<FeedbackModalIntegration["createDialog"]>>; | ||
| createWidget(optionOverrides?: OverrideFeedbackConfiguration): ActorComponent; | ||
@@ -22,0 +22,0 @@ remove(): void; |
@@ -8,4 +8,4 @@ import type { FeedbackInternalOptions } from '@sentry/core'; | ||
| export default function ToolbarFactory({ h, }: FactoryParams): ({ action, setAction, options, }: { | ||
| action: 'highlight' | 'hide' | ''; | ||
| setAction: Hooks.StateUpdater<'highlight' | 'hide' | ''>; | ||
| action: "highlight" | "hide" | ""; | ||
| setAction: Hooks.StateUpdater<"highlight" | "hide" | "">; | ||
| options: FeedbackInternalOptions; | ||
@@ -12,0 +12,0 @@ }) => VNode; |
+2
-2
| { | ||
| "name": "@sentry-internal/feedback", | ||
| "version": "10.21.0-alpha.1", | ||
| "version": "10.21.0", | ||
| "description": "Sentry SDK integration for user feedback", | ||
@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
| "dependencies": { | ||
| "@sentry/core": "10.21.0-alpha.1" | ||
| "@sentry/core": "10.21.0" | ||
| }, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
0
-100%551185
-0.38%4591
-1.16%+ Added
- Removed
Updated