@rpcbase/client 0.302.0 → 0.303.0

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 +1 @@
1
- {"version":3,"file":"instrument.d.ts","sourceRoot":"","sources":["../src/instrument.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,GAAI,gBAAc;IAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAAC,SAqB7D,CAAA"}
1
+ {"version":3,"file":"instrument.d.ts","sourceRoot":"","sources":["../src/instrument.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,GAAI,gBAAc;IAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAAC,SAuB7D,CAAA"}
@@ -15,7 +15,9 @@ const instrument = ({ posthogKey }) => {
15
15
  },
16
16
  capture_pageview: true,
17
17
  autocapture: true,
18
- disable_session_recording: false
18
+ disable_session_recording: false,
19
+ disable_surveys: true,
20
+ disable_surveys_automatic_display: true
19
21
  });
20
22
  } else {
21
23
  console.warn("instrument: missing posthogKey");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.302.0",
3
+ "version": "0.303.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"