-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: @azure/service-bus
- Package Version: 7.3.0
- Operating system: Windows 10 21H1 19043.1110
- nodejs
- version: 14.17.3 (LTS)
- browser
- name/version:
- typescript
- version:
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://docs.microsoft.com
Describe the bug
When using the Azure Service Bus package in conjunction with the Application Insights one, dependency log entries are captured for each message sent.
When sending messages to an ASB topic, although the message sending succeeds, the Application Insights dependency entry logged by the
See repro repo here
To Reproduce
- create new nodejs project
- add the following npm packages :
- @azure/service-bus (currently v7.3.0)
- applicationinsights (currently v2.1.4)
- initialize application insights
- send one message to an ASB topic
- check auto-logged application insights dependency
See repro repo here
Expected behavior
Application Insights dependency should be logged as successful if the message push to ASB succeeds
Screenshots
Additional context
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that