@bugsnag/browser-performance
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha.2
@@ -8,3 +8,3 @@ import cuid from '@bugsnag/cuid'; | ||
return function resourceAttributesSource(config) { | ||
const attributes = new ResourceAttributes(config.releaseStage, config.appVersion, 'bugsnag.performance.browser', '1.2.0'); | ||
const attributes = new ResourceAttributes(config.releaseStage, config.appVersion, 'bugsnag.performance.browser', '1.2.1-alpha.2'); | ||
attributes.set('browser.user_agent', navigator.userAgent); | ||
@@ -11,0 +11,0 @@ // chromium only |
{ | ||
"name": "@bugsnag/browser-performance", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha.2", | ||
"description": "BugSnag performance monitoring for browsers", | ||
@@ -24,6 +24,6 @@ "homepage": "https://www.bugsnag.com/", | ||
"dependencies": { | ||
"@bugsnag/core-performance": "^1.2.0", | ||
"@bugsnag/core-performance": "^1.2.1-alpha.2", | ||
"@bugsnag/cuid": "^3.0.2", | ||
"@bugsnag/delivery-fetch-performance": "^1.2.0", | ||
"@bugsnag/request-tracker-performance": "^1.2.0" | ||
"@bugsnag/delivery-fetch-performance": "^1.2.1-alpha.2", | ||
"@bugsnag/request-tracker-performance": "^1.2.1-alpha.2" | ||
}, | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
], | ||
"gitHead": "55a604ef080d3ad31ea29935f3a0022c8445487e" | ||
"gitHead": "db405178d1cdf06aae9a67fa0188d9f0d07bab70" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75543
1
+ Added@bugsnag/core-performance@1.2.1-alpha.4(transitive)
+ Added@bugsnag/delivery-fetch-performance@1.2.1-alpha.4(transitive)
+ Added@bugsnag/request-tracker-performance@1.2.1-alpha.4(transitive)
- Removed@bugsnag/core-performance@1.2.0(transitive)
- Removed@bugsnag/delivery-fetch-performance@1.2.0(transitive)
- Removed@bugsnag/request-tracker-performance@1.2.0(transitive)