File tree Expand file tree Collapse file tree
plugin-network-breadcrumbs
plugin-network-instrumentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 8.8.0 " ,
5+ "version" : " 8.8.1 " ,
66 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/browser" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " dist/bugsnag.js" ,
55 "types" : " types/bugsnag.d.ts" ,
66 "description" : " Bugsnag error reporter for browser JavaScript" ,
4242 "@bugsnag/plugin-inline-script-content" : " ^8.8.0" ,
4343 "@bugsnag/plugin-interaction-breadcrumbs" : " ^8.8.0" ,
4444 "@bugsnag/plugin-navigation-breadcrumbs" : " ^8.8.0" ,
45- "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.0 " ,
45+ "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.1 " ,
4646 "@bugsnag/plugin-simple-throttle" : " ^8.8.0" ,
4747 "@bugsnag/plugin-strip-query-string" : " ^8.8.0" ,
4848 "@bugsnag/plugin-window-onerror" : " ^8.8.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/electron" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " src/notifier.js" ,
55 "exports" : {
66 "." : {
5555 "@bugsnag/plugin-electron-session" : " ^8.8.0" ,
5656 "@bugsnag/plugin-interaction-breadcrumbs" : " ^8.8.0" ,
5757 "@bugsnag/plugin-internal-callback-marker" : " ^8.8.0" ,
58- "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.0 " ,
58+ "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.1 " ,
5959 "@bugsnag/plugin-node-surrounding-code" : " ^8.8.0" ,
6060 "@bugsnag/plugin-node-uncaught-exception" : " ^8.8.0" ,
6161 "@bugsnag/plugin-node-unhandled-rejection" : " ^8.8.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/js" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " node/notifier.js" ,
55 "browser" : " browser/notifier.js" ,
66 "types" : " types.d.ts" ,
3333 "author" : " Bugsnag" ,
3434 "license" : " MIT" ,
3535 "dependencies" : {
36- "@bugsnag/browser" : " ^8.8.0 " ,
36+ "@bugsnag/browser" : " ^8.8.1 " ,
3737 "@bugsnag/node" : " ^8.8.0"
3838 },
3939 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/plugin-angular" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "description" : " Angular integration for bugsnag-js" ,
55 "homepage" : " https://www.bugsnag.com/" ,
66 "repository" : {
3030 "@angular/common" : " ^19.0.0" ,
3131 "@angular/compiler-cli" : " ^19.0.0" ,
3232 "@angular/core" : " ^19.0.0" ,
33- "@bugsnag/js" : " ^8.8.0 " ,
33+ "@bugsnag/js" : " ^8.8.1 " ,
3434 "ng-packagr" : " ^19.1.0" ,
3535 "rxjs" : " ~7.8.0" ,
3636 "typescript" : " ~5.6.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/plugin-network-breadcrumbs" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " network-breadcrumbs.js" ,
55 "description" : " @bugsnag/js plugin to record browser requests as breadcrumbs" ,
66 "homepage" : " https://www.bugsnag.com/" ,
2020 "@bugsnag/core" : " ^8.8.0"
2121 },
2222 "dependencies" : {
23- "@bugsnag/request-tracker" : " ^8.8.0 "
23+ "@bugsnag/request-tracker" : " ^8.8.1 "
2424 },
2525 "peerDependencies" : {
2626 "@bugsnag/core" : " ^8.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/plugin-network-instrumentation" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " network-instrumentation.js" ,
55 "types" : " types/bugsnag-plugin-network-instrumentation.d.ts" ,
66 "description" : " @bugsnag/js plugin for HTTP error handling" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/react-native" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " src/notifier.js" ,
55 "types" : " types/bugsnag.d.ts" ,
66 "description" : " Bugsnag error reporter for React Native applications" ,
5555 "@bugsnag/core" : " ^8.8.0" ,
5656 "@bugsnag/delivery-react-native" : " ^8.8.0" ,
5757 "@bugsnag/plugin-console-breadcrumbs" : " ^8.8.0" ,
58- "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.0 " ,
58+ "@bugsnag/plugin-network-breadcrumbs" : " ^8.8.1 " ,
5959 "@bugsnag/plugin-react" : " ^8.8.0" ,
6060 "@bugsnag/plugin-react-native-client-sync" : " ^8.8.0" ,
6161 "@bugsnag/plugin-react-native-event-sync" : " ^8.8.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/request-tracker" ,
3- "version" : " 8.8.0 " ,
3+ "version" : " 8.8.1 " ,
44 "main" : " index.js" ,
55 "types" : " index.d.ts" ,
66 "description" : " Shared HTTP request tracking for Bugsnag JavaScript plugins" ,
You can’t perform that action at this time.
0 commit comments