@groundcover/browser 0.0.24 → 0.0.25

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.mts CHANGED
@@ -154,7 +154,7 @@ interface SDKOptions {
154
154
  declare function init(params: {
155
155
  cluster: string;
156
156
  environment: string;
157
- namespace: string;
157
+ namespace?: string;
158
158
  appId: string;
159
159
  userIdentifier?: Partial<UserIdentifiers>;
160
160
  dsn: string;
package/dist/index.d.ts CHANGED
@@ -154,7 +154,7 @@ interface SDKOptions {
154
154
  declare function init(params: {
155
155
  cluster: string;
156
156
  environment: string;
157
- namespace: string;
157
+ namespace?: string;
158
158
  appId: string;
159
159
  userIdentifier?: Partial<UserIdentifiers>;
160
160
  dsn: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groundcover/browser",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "groundcover browser SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",