-
Notifications
You must be signed in to change notification settings - Fork 286
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
Flask Application Insights Sample #193
Conversation
samples/python-flask/21.corebot-app-insights/bots/dialog_and_welcome_bot.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some small cleanup
samples/python-flask/21.corebot-app-insights/dialogs/cancel_and_help_dialog.py
Show resolved
Hide resolved
samples/python-flask/21.corebot-app-insights/dialogs/main_dialog.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some nitpicks but once those are fixed it should be good to go.
@@ -1,5 +1,6 @@ | |||
# Copyright (c) Microsoft Corporation. All rights reserved. | |||
# Licensed under the MIT License. | |||
"""Djanjo Application Insights package.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here, should be "Django"
...ilder-applicationinsights/botbuilder/applicationinsights/flask/flask_telemetry_middleware.py
Outdated
Show resolved
Hide resolved
samples/python-flask/21.corebot-app-insights/dialogs/main_dialog.py
Outdated
Show resolved
Hide resolved
...uilder-applicationinsights/botbuilder/applicationinsights/django/bot_telemetry_middleware.py
Outdated
Show resolved
Hide resolved
… into daveta-appinsights-sample
…oft/botbuilder-python into daveta-appinsights-sample
Creates a Flask + Application Insights sample based on Core-Bot
In particular: