Skip to content

Commit

Permalink
fix(coralogix): don't mask error time
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jul 10, 2024
1 parent 5d75fad commit 939191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coralogix-error-logger.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class CoralogixErrorLogger {
const ts = getMaskedTime(timePadding);

const data = {
timestamp: ts,
timestamp: now,
applicationName: 'helix-rum-collector',
subsystemName: this.subsystemName,
severity: Math.floor(status / 100),
Expand Down

0 comments on commit 939191f

Please sign in to comment.