@appsignal/plugin-breadcrumbs-console
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0
@@ -19,6 +19,6 @@ "use strict"; | ||
var breadcrumb = { | ||
category: args.length > 1 | ||
action: args.length > 1 | ||
? "Console logged some values" | ||
: "Console logged a value", | ||
action: "console." + method, | ||
category: "console." + method, | ||
metadata: {} | ||
@@ -25,0 +25,0 @@ }; |
@@ -17,6 +17,6 @@ var SUPPORTED_CONSOLE_METHODS = ["log", "debug", "info", "warn", "error"]; | ||
var breadcrumb = { | ||
category: args.length > 1 | ||
action: args.length > 1 | ||
? "Console logged some values" | ||
: "Console logged a value", | ||
action: "console." + method, | ||
category: "console." + method, | ||
metadata: {} | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@appsignal/plugin-breadcrumbs-console", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -25,5 +25,5 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@appsignal/types": "^1.0.0-beta.3" | ||
"@appsignal/types": "^1.0.0" | ||
}, | ||
"gitHead": "dd72c09b2f0cf18490e617e9b7fb6b9315ce4697" | ||
"gitHead": "804f605f616b747a6b5e0e66e187ee647d85b6d2" | ||
} |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
11325
11
1
0
95
Updated@appsignal/types@^1.0.0