@highlight-run/node
Advanced tools
Comparing version 3.7.3 to 3.8.0
# @highlight-run/node | ||
## 3.8.0 | ||
### Minor Changes | ||
- c4eb0a17f: allow customizing log attribute serialization | ||
### Patch Changes | ||
- 5fdb420c4: Adding highlightMiddleware and cookie tracking to Next.js. Minor cleanup for Remix and Node. | ||
## 3.7.3 | ||
@@ -4,0 +14,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { NodeOptions } from './types'; | ||
export declare function hookOutput(writer: 'stdout' | 'stderr', callback: (buffer: string) => void): () => void; | ||
@@ -23,4 +24,4 @@ declare const ConsoleLevels: { | ||
export declare function safeStringify(obj: any): string; | ||
export declare function hookConsole(methodsToRecord: string[] | undefined, cb: (cb: ConsolePayload) => void): void; | ||
export declare function hookConsole(options: NodeOptions, cb: (cb: ConsolePayload) => void): void; | ||
export {}; | ||
//# sourceMappingURL=hooks.d.ts.map |
@@ -36,2 +36,6 @@ import { Attributes } from '@opentelemetry/api'; | ||
attributes?: Attributes; | ||
/** | ||
* Set to try to serialize console object arguments into the message body. | ||
*/ | ||
serializeConsoleAttributes?: boolean; | ||
} | ||
@@ -38,0 +42,0 @@ export interface HighlightContext { |
{ | ||
"name": "@highlight-run/node", | ||
"version": "3.7.3", | ||
"version": "3.8.0", | ||
"license": "Apache-2.0", | ||
@@ -28,11 +28,11 @@ "scripts": { | ||
"devDependencies": { | ||
"@opentelemetry/api": "^1.7.0", | ||
"@opentelemetry/auto-instrumentations-node": "^0.40.1", | ||
"@opentelemetry/core": "^1.18.1", | ||
"@opentelemetry/exporter-trace-otlp-proto": "^0.45.1", | ||
"@opentelemetry/instrumentation": "^0.45.1", | ||
"@opentelemetry/resources": "^1.18.1", | ||
"@opentelemetry/sdk-node": "^0.45.1", | ||
"@opentelemetry/sdk-trace-base": "^1.18.1", | ||
"@opentelemetry/semantic-conventions": "^1.18.1", | ||
"@opentelemetry/api": "^1.8.0", | ||
"@opentelemetry/auto-instrumentations-node": "^0.41.1", | ||
"@opentelemetry/core": "^1.22.0", | ||
"@opentelemetry/exporter-trace-otlp-proto": "^0.49.1", | ||
"@opentelemetry/instrumentation": "^0.49.1", | ||
"@opentelemetry/resources": "^1.22.0", | ||
"@opentelemetry/sdk-node": "^0.49.1", | ||
"@opentelemetry/sdk-trace-base": "^1.22.0", | ||
"@opentelemetry/semantic-conventions": "^1.22.0", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
@@ -47,3 +47,3 @@ "@rollup/plugin-json": "^6.0.1", | ||
"encoding": "^0.1.13", | ||
"highlight.run": "8.4.0", | ||
"highlight.run": "8.6.0", | ||
"jest": "^29.2.2", | ||
@@ -50,0 +50,0 @@ "rollup": "^4.1.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
23129653
18955