-
-
Notifications
You must be signed in to change notification settings - Fork 711
Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well #1307
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
Conversation
🦋 Changeset detectedLatest commit: 36a47d4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Caution Review failedThe pull request is closed. WalkthroughThe pull request modifies the Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit 64862db Author: Niels <info@flydev.nl> Date: Thu Sep 19 16:25:17 2024 +0200 Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307) * Update dotEnv.ts * Create four-buttons-run.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit c65d482 Author: Thibaut Cuchet <thibautcuchet@gmail.com> Date: Thu Sep 19 16:22:57 2024 +0200 Feat: Extension puppeteer (#1323) * feat: add puppeteer extension * chore: update package and config * feat: add puppeteer task * Create little-donkeys-protect.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit b4be736 Author: Eric Allam <eallam@icloud.com> Date: Thu Sep 19 15:21:03 2024 +0100 prismaExtension fixes for #1325 and #1327
* Added pdf-to-image example * Copy tweak * Squashed commit of the following: commit 64862db Author: Niels <info@flydev.nl> Date: Thu Sep 19 16:25:17 2024 +0200 Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307) * Update dotEnv.ts * Create four-buttons-run.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit c65d482 Author: Thibaut Cuchet <thibautcuchet@gmail.com> Date: Thu Sep 19 16:22:57 2024 +0200 Feat: Extension puppeteer (#1323) * feat: add puppeteer extension * chore: update package and config * feat: add puppeteer task * Create little-donkeys-protect.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit b4be736 Author: Eric Allam <eallam@icloud.com> Date: Thu Sep 19 15:21:03 2024 +0100 prismaExtension fixes for #1325 and #1327 * Copy tweak
Closes #
✅ Checklist
Problem:
In my NextJS application I have a OTEL_EXPORTER_OTLP_ENDPOINT env variable and it is synced to the task runner as well. Which means, it overrides the trigger webapp otel endpoint. Maybe it should ignore this specific env variable since it kinda fucks up all telemetry, or optionally add another env var like you did for the DEV_OTEL_EXPORTER_OTLP_ENDPOINT like TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT/PROD_OTEL_EXPORTER_OTLP_ENDPOINT? Any suggestions on how I could handle this the best, or parhaps make a PR to get hands on this issue.
💯
Summary by CodeRabbit
OTEL_EXPORTER_OTLP_ENDPOINT
variable from resolved environment variables to enhance security and consistency in managing sensitive configurations.