Skip to content

v12.0.1

Compare
Choose a tag to compare
@boehlerlukas boehlerlukas released this 30 Sep 20:31
· 157 commits to master since this release

Enhancement: Switched from polling to using WebSockets for improved performance and efficiency.

Breaking for CSP users:
If you are making use of CSP please add wss://ws.gleap.io to connect-src.
connect-src 'self' https://*.gleap.io wss://ws.gleap.io;

See https://docs.gleap.io/javascript/content-security-policy/ for more details.