-
Notifications
You must be signed in to change notification settings - Fork 209
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
Telemetry Headers #454
Closed
2 tasks done
Labels
bot-framework
work being tracked that needs to be done in the bot framework SDK
JS & dotnet & Python
Change or fix must apply to all three programming languages
P0
Comments
Closed
Requests made to botbuilder team: microsoft/botbuilder-js#4552 |
This was referenced Dec 8, 2023
Closed
currently following up with SMBA on our side to make sure they can ingest custom headers we set. BF team should be able to start this work in the JS SDK early next year. |
aacebo
added a commit
that referenced
this issue
Jan 16, 2024
## Linked issues closes: #454 ## Details In order to configure the `User-Agent` header for telemetry, I have added the class `TeamsBotFrameworkAuthentication` which will allow us to control the headers while still giving the devs implementation flexibility: - we can control how the bot adapter is initialized and provide overrides when necessary. - we can add an `error` handler on the `Application` class. - we can cut down on botbuilder boilerplate necessary for users to use our library. --------- Co-authored-by: Corina <[email protected]>
aacebo
added a commit
that referenced
this issue
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bot-framework
work being tracked that needs to be done in the bot framework SDK
JS & dotnet & Python
Change or fix must apply to all three programming languages
P0
We need to add telemetry for tracking AI Library usage:
Users actively building using AI library - Test vs production
What are bot feature APIs they are using
MAU of app built via SDK
code
Make sure SMBA is logging correctly
Tasks
The text was updated successfully, but these errors were encountered: