Skip to content

Commit

Permalink
chore: update @axiomhq/winston
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Oct 9, 2023
1 parent 5eb6357 commit 921243d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"license": "MIT",
"devDependencies": {
"@axiomhq/winston": "^0.1.3",
"@axiomhq/winston": "1.0.0-rc.1",
"@total-typescript/ts-reset": "^0.5.1",
"bun-types": "^1.0.2",
"color-json": "^3.0.5",
Expand Down
1 change: 1 addition & 0 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class Logger<Schema extends BaseSchema> {
// Allowing this to be optional is a mistake waiting to happen
handleExceptions: true,
handleRejections: true,
token: process.env.AXIOM_TOKEN,
}));
}

Expand Down

0 comments on commit 921243d

Please sign in to comment.