-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated config options for next major release #738
Labels
Comments
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Remove the `Config.debug()` function. It only worked with the deprecated config option, and isn't used anywhere. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
The `apiKey` was replaced with the `pushApiKey` config option some time ago. Remove the deprecated config option for the next major release. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
This has been replaced with `workingDirectoryPath` a long time ago. Since `workingDirPath` was undocumented for Node.js, I did not add a changeset for it. I assume no one uses it. Part of #738
tombruijn
added a commit
to appsignal/diagnose_tests
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Part of appsignal/appsignal-nodejs#738
This was referenced Oct 5, 2022
tombruijn
added a commit
to appsignal/diagnose_tests
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Part of appsignal/appsignal-nodejs#738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Remove the `Config.debug()` function. It only worked with the deprecated config option, and isn't used anywhere. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
The `apiKey` was replaced with the `pushApiKey` config option some time ago. Remove the deprecated config option for the next major release. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
This has been replaced with `workingDirectoryPath` a long time ago. Since `workingDirPath` was undocumented for Node.js, I did not add a changeset for it. I assume no one uses it. Part of #738
tombruijn
added a commit
to appsignal/diagnose_tests
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Part of appsignal/appsignal-nodejs#738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
Remove `debug` and `transactionDebugMode` config options. They have both been replaced with the `logLevel` config option. Remove the `Config.debug()` function. It only worked with the deprecated config option, and isn't used anywhere. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
The `apiKey` was replaced with the `pushApiKey` config option some time ago. Remove the deprecated config option for the next major release. Part of #738
tombruijn
added a commit
that referenced
this issue
Oct 5, 2022
This has been replaced with `workingDirectoryPath` a long time ago. Since `workingDirPath` was undocumented for Node.js, I did not add a changeset for it. I assume no one uses it. Part of #738
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's remove config options which have been deprecated in version 2 of the package. They will no longer be present in version 3 of the package (the switch to OpenTelemetry).
To do
debug
config option.apiKey
config option. Replaced withpushApiKey
.workingDirPath
config option. Replaced withworkingDirectoryPath
.The text was updated successfully, but these errors were encountered: