gleap 13.2.0 → 13.2.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/index.d.ts CHANGED
@@ -49,6 +49,9 @@ export namespace Gleap {
49
49
  function closeBanner(): void;
50
50
  function setBannerUrl(bannerUrl: string): void;
51
51
  function setMaxNetworkRequests(maxRequests: number): void;
52
+ function startNetworkLogger(): void;
53
+ function setNetworkLoggerBlacklist(networkLogBlacklist: string[]): void;
54
+ function setNetworkLoggerFilters(filters: string[]): void;
52
55
  function registerCustomAction(
53
56
  customAction: (action: { name: string }) => void
54
57
  ): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "main": "build/index.js",
5
5
  "scripts": {
6
6
  "start": "webpack serve",