@brizz/sdk 0.1.14 → 0.1.16

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/preload.js CHANGED
@@ -356,7 +356,7 @@ import {
356
356
 
357
357
  // src/internal/version.ts
358
358
  function getSDKVersion() {
359
- return "0.1.14";
359
+ return "0.1.16";
360
360
  }
361
361
 
362
362
  // src/internal/log/processors/log-processor.ts
@@ -992,6 +992,7 @@ import { createContextKey } from "@opentelemetry/api";
992
992
  var BRIZZ = "brizz";
993
993
  var PROPERTIES = "properties";
994
994
  var PROPERTIES_CONTEXT_KEY = createContextKey(PROPERTIES);
995
+ var SESSION_OBJECT_CONTEXT_KEY = createContextKey("brizz.session.object");
995
996
 
996
997
  // src/internal/log/processors/log-processor.ts
997
998
  var DEFAULT_LOG_MASKING_RULES = [