adobe / helix-rum-enhancer

Add advanced functionality to Helix RUM Collection (client-side)
Apache License 2.0
1 stars 14 forks source link

fix: avoid CORS #183

Closed kptdobe closed 4 months ago

kptdobe commented 4 months ago

Not sure why headers is pased, it is not part of the method signature (see https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon). body is a string, no need to wrap into a blob.

This fixes the CORS issues.

github-actions[bot] commented 4 months ago

This PR will trigger a patch release when merged.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 2.11.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: