Skip to content
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

Closed
3 tasks done
tombruijn opened this issue Sep 28, 2022 · 0 comments · Fixed by #748
Closed
3 tasks done

Remove deprecated config options for next major release #738

tombruijn opened this issue Sep 28, 2022 · 0 comments · Fixed by #748
Assignees
Labels

Comments

@tombruijn
Copy link
Member

tombruijn commented Sep 28, 2022

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

  • Remove debug config option.
  • Remove apiKey config option. Replaced with pushApiKey.
  • Remove workingDirPath config option. Replaced with workingDirectoryPath.
@tombruijn tombruijn self-assigned this Oct 5, 2022
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 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 tombruijn linked a pull request Oct 5, 2022 that will close this issue
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant