sitepong 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- import { B as Breadcrumb, S as SitePongConfig, C as CaptureContext, L as LogLevel } from '../types-Cms9VXx9.mjs';
2
- export { E as ErrorEvent } from '../types-Cms9VXx9.mjs';
3
- import '../types-BEqbz0tw.mjs';
1
+ import { B as Breadcrumb, S as SitePongConfig, C as CaptureContext, L as LogLevel } from '../types-CphqOTfm.mjs';
2
+ export { E as ErrorEvent } from '../types-CphqOTfm.mjs';
3
+ import '../types-DPINdOQW.mjs';
4
4
 
5
5
  /**
6
6
  * Add a breadcrumb to the trail
@@ -1,6 +1,6 @@
1
- import { B as Breadcrumb, S as SitePongConfig, C as CaptureContext, L as LogLevel } from '../types-DQSv7JAE.js';
2
- export { E as ErrorEvent } from '../types-DQSv7JAE.js';
3
- import '../types-BEqbz0tw.js';
1
+ import { B as Breadcrumb, S as SitePongConfig, C as CaptureContext, L as LogLevel } from '../types-BTA43eyz.js';
2
+ export { E as ErrorEvent } from '../types-BTA43eyz.js';
3
+ import '../types-DPINdOQW.js';
4
4
 
5
5
  /**
6
6
  * Add a breadcrumb to the trail
@@ -1,4 +1,4 @@
1
- import { R as ReplayConfig, A as AnalyticsConfig } from './types-BEqbz0tw.js';
1
+ import { R as ReplayConfig, A as AnalyticsConfig } from './types-DPINdOQW.js';
2
2
 
3
3
  /**
4
4
  * SitePong SDK Types
@@ -1,4 +1,4 @@
1
- import { R as ReplayConfig, A as AnalyticsConfig } from './types-BEqbz0tw.mjs';
1
+ import { R as ReplayConfig, A as AnalyticsConfig } from './types-DPINdOQW.mjs';
2
2
 
3
3
  /**
4
4
  * SitePong SDK Types
@@ -26,6 +26,8 @@ interface AnalyticsConfig {
26
26
  flushInterval?: number;
27
27
  eventsEndpoint?: string;
28
28
  debug?: boolean;
29
+ /** Application version stamped on every event for funnels/segmentation */
30
+ appVersion?: string;
29
31
  }
30
32
  interface TrackProperties {
31
33
  [key: string]: unknown;
@@ -26,6 +26,8 @@ interface AnalyticsConfig {
26
26
  flushInterval?: number;
27
27
  eventsEndpoint?: string;
28
28
  debug?: boolean;
29
+ /** Application version stamped on every event for funnels/segmentation */
30
+ appVersion?: string;
29
31
  }
30
32
  interface TrackProperties {
31
33
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sitepong",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Official SitePong SDK for error tracking and monitoring",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",