surveysparrow-ionic-plugin 2.0.0 → 2.0.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.
package/dist/plugin.js CHANGED
@@ -51794,7 +51794,7 @@ Please check that 1) the type for the parameter at index ${index} is correct and
51794
51794
  traceId: state.traceId,
51795
51795
  customProperties: customProperties,
51796
51796
  };
51797
- const url = `https://${state.domainName}/api/internal/spotcheck/widget/${state.targetToken}/properties?isSpotCheck=true`;
51797
+ const url = `https://${state.domainName}/api/internal/spotcheck/widget/${state.targetToken}/properties?isSpotCheck=true&sdk=IONIC`;
51798
51798
  const response = await axios.post(url, payload, {
51799
51799
  headers: {
51800
51800
  'Content-Type': 'application/json',