@brizz/sdk 0.1.22 → 0.1.26

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.
package/dist/index.d.cts CHANGED
@@ -99,6 +99,7 @@ interface IBrizzInitializeOptions {
99
99
  appVersion?: string;
100
100
  baseUrl?: string;
101
101
  apiKey?: string;
102
+ dsn?: string;
102
103
  headers?: Record<string, string>;
103
104
  disableBatch?: boolean;
104
105
  environment?: string;
package/dist/index.d.ts CHANGED
@@ -99,6 +99,7 @@ interface IBrizzInitializeOptions {
99
99
  appVersion?: string;
100
100
  baseUrl?: string;
101
101
  apiKey?: string;
102
+ dsn?: string;
102
103
  headers?: Record<string, string>;
103
104
  disableBatch?: boolean;
104
105
  environment?: string;