You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Hide iKey in Debug Logs (#33759)
### Packages impacted by this PR
@azure/monitor-opentelemetry
@azure/monitor-opentelemetry-exporter
### Describe the problem that is addressed by this PR
We should hide iKey in debug logs.
### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
Copy file name to clipboardExpand all lines: sdk/monitor/monitor-opentelemetry/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
- Add support for detecting the Application Insights shim on internal verison.
12
12
- Native ESM support has been added, and this package will now emit both CommonJS and ESM. [#32819](https://github.com/Azure/azure-sdk-for-js/pull/32819)
13
13
- Add undefined checks for document filtering functions.
0 commit comments