@bugsnag/browser-performance
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -8,3 +8,3 @@ import cuid from '@bugsnag/cuid'; | ||
return function resourceAttributesSource(config) { | ||
const attributes = new ResourceAttributes(config.releaseStage, config.appVersion, 'bugsnag.performance.browser', '2.6.0'); | ||
const attributes = new ResourceAttributes(config.releaseStage, config.appVersion, 'bugsnag.performance.browser', '2.7.0'); | ||
attributes.set('browser.user_agent', navigator.userAgent); | ||
@@ -11,0 +11,0 @@ // chromium only |
import { type ConfigOption, type Configuration, type CoreSchema } from '@bugsnag/core-performance'; | ||
import { type NetworkRequestCallback } from '@bugsnag/request-tracker-performance'; | ||
import { type BrowserNetworkRequestInfo } from './auto-instrumentation'; | ||
import type { BrowserNetworkRequestInfo } from './auto-instrumentation'; | ||
import { type RoutingProvider } from './routing-provider'; | ||
@@ -5,0 +5,0 @@ import { type SendPageAttributes } from './send-page-attributes'; |
{ | ||
"name": "@bugsnag/browser-performance", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "BugSnag performance monitoring for browsers", | ||
@@ -24,7 +24,10 @@ "homepage": "https://www.bugsnag.com/", | ||
"dependencies": { | ||
"@bugsnag/core-performance": "^2.6.0", | ||
"@bugsnag/core-performance": "^2.7.0", | ||
"@bugsnag/cuid": "^3.1.1", | ||
"@bugsnag/delivery-fetch-performance": "^2.6.0", | ||
"@bugsnag/request-tracker-performance": "^2.6.0" | ||
"@bugsnag/delivery-fetch-performance": "^2.7.0", | ||
"@bugsnag/request-tracker-performance": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@bugsnag/browser": "^7.25.0-alpha.0" | ||
}, | ||
"type": "module", | ||
@@ -36,3 +39,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "3cd099840baa1acfc9df9c6b1a7dc58891e8b650" | ||
"gitHead": "cf7a8a4b6a1e60bfd6702a12359c48ee31fb634a" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
83605
1