Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/replay

Package Overview
Dependencies
Maintainers
12
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

CHANGELOG.md

2

dist/config/types/jest.setup.d.ts
/// <reference types="jest" />
import { Session } from '@/session/Session';
import { Session } from './src/session/Session';
declare global {

@@ -4,0 +4,0 @@ namespace jest {

@@ -1,2 +0,2 @@

import { InitialState } from '@/types';
import { InitialState } from '../types';
export interface CaptureReplayEventParams {

@@ -3,0 +3,0 @@ /**

@@ -1,3 +0,3 @@

import { InstrumentationTypeBreadcrumb } from '@/types';
import { InstrumentationTypeBreadcrumb } from '../types';
import { handleScope } from './handleScope';
export declare function getBreadcrumbHandler(type: InstrumentationTypeBreadcrumb): typeof handleScope;

@@ -1,2 +0,2 @@

import { InstrumentationTypeSpan } from '@/types';
import { InstrumentationTypeSpan } from '../types';
import { handleFetch } from './handleFetch';

@@ -3,0 +3,0 @@ import { handleHistory } from './handleHistory';

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
interface FetchHandlerData {

@@ -3,0 +3,0 @@ args: Parameters<typeof fetch>;

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
interface HistoryHandlerData {

@@ -3,0 +3,0 @@ from: string;

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
declare type XHRSendInput = null | Blob | BufferSource | FormData | URLSearchParams | string;

@@ -3,0 +3,0 @@ interface SentryWrappedXMLHttpRequest extends XMLHttpRequest {

@@ -1,2 +0,2 @@

import { RecordedEvents } from '@/types';
import { RecordedEvents } from '../types';
export declare function createPayload({ events, headers, }: {

@@ -3,0 +3,0 @@ events: RecordedEvents;

@@ -1,2 +0,2 @@

import { Session } from '@/session/Session';
import { Session } from '../session/Session';
/**

@@ -3,0 +3,0 @@ * Checks to see if session is expired

@@ -7,4 +7,4 @@ declare const logger: {

enable(): void;
debug: (...args: unknown[]) => void;
info: (...args: unknown[]) => void;
debug: (...args: unknown[]) => void;
assert: (...args: unknown[]) => void;

@@ -11,0 +11,0 @@ trace: (...args: unknown[]) => void;

/// <reference types="jest" />
import { RecordingEvent } from '@/types';
import { RecordingEvent } from '../../src/types';
declare type RecordAdditionalProperties = {

@@ -4,0 +4,0 @@ takeFullSnapshot: jest.Mock;

import { BrowserOptions } from '@sentry/browser';
import { Replay } from '@';
import { ReplayConfiguration } from '@/types';
import { Replay } from '../../src';
import { ReplayConfiguration } from '../../src/types';
interface MockSdkParams {

@@ -5,0 +5,0 @@ replayOptions?: ReplayConfiguration;

@@ -1,2 +0,2 @@

import { InitialState } from '@/types';
import { InitialState } from '../types';
export interface CaptureReplayEventParams {

@@ -3,0 +3,0 @@ /**

@@ -1,3 +0,3 @@

import { InstrumentationTypeBreadcrumb } from '@/types';
import { InstrumentationTypeBreadcrumb } from '../types';
import { handleScope } from './handleScope';
export declare function getBreadcrumbHandler(type: InstrumentationTypeBreadcrumb): typeof handleScope;

@@ -1,2 +0,2 @@

import { InstrumentationTypeSpan } from '@/types';
import { InstrumentationTypeSpan } from '../types';
import { handleFetch } from './handleFetch';

@@ -3,0 +3,0 @@ import { handleHistory } from './handleHistory';

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
interface FetchHandlerData {

@@ -3,0 +3,0 @@ args: Parameters<typeof fetch>;

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
interface HistoryHandlerData {

@@ -3,0 +3,0 @@ from: string;

@@ -1,2 +0,2 @@

import { ReplayPerformanceEntry } from '@/createPerformanceEntry';
import { ReplayPerformanceEntry } from '../createPerformanceEntry';
declare type XHRSendInput = null | Blob | BufferSource | FormData | URLSearchParams | string;

@@ -3,0 +3,0 @@ interface SentryWrappedXMLHttpRequest extends XMLHttpRequest {

@@ -1,2 +0,2 @@

import { RecordedEvents } from '@/types';
import { RecordedEvents } from '../types';
export declare function createPayload({ events, headers, }: {

@@ -3,0 +3,0 @@ events: RecordedEvents;

@@ -1,2 +0,2 @@

import { Session } from '@/session/Session';
import { Session } from '../session/Session';
/**

@@ -3,0 +3,0 @@ * Checks to see if session is expired

{
"name": "@sentry/replay",
"version": "0.6.2",
"version": "0.6.3",
"description": "User replays for Sentry",

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

@@ -7,3 +7,3 @@ # sentry-replay

For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser) (or an equivalent framework SDK e.g. [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed.
For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser) (minimum version `7.x`), or an equivalent framework SDK (e.g. [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed.

@@ -10,0 +10,0 @@ ## Installation

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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