-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(datadog-transport-common): do not enable exit hooks if sendImmed…
…iate is enabled
- Loading branch information
1 parent
2151bf3
commit a130659
Showing
2 changed files
with
35 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
"electron-log-transport-datadog": major | ||
"pino-datadog-transport": major | ||
"datadog-transport-common": minor | ||
--- | ||
|
||
The core logic for `electron-log-transport-datadog` and `pino-datadog-transport` | ||
has been split into the `datadog-transport-common` package. | ||
|
||
- The `p-retry` and `exit-hook` libs are now updated to current | ||
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send | ||
off any pending logs (since sending is immediate) | ||
|
||
The changes should be transparent, but we're releasing these | ||
packages under a new major version just in case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters