azure_application_insights 2.1.1 azure_application_insights: ^2.1.1 copied to clipboard
A Dart client to integrate with Azure's Application Insights service
2.1.1 #
- Fix
TelemetryContext
'suser.id
property to set the correct key (ai.user.id
instead ofai.user.userId
)
NOTE: this is not a breaking change unless you are relying on the incorrect key (
ai.user.userId
) being set in some way, such as within custom Application Insights queries.
2.1.0 #
- Ability to specify the ingestion endpoint
2.0.0 #
- Null safety
1.0.3 #
- Further relax dependencies
1.0.2 #
- Relax dependencies
1.0.1 #
- Pub score fixes
1.0.0 #
- Initial version