azure_application_insights 5.0.1
azure_application_insights: ^5.0.1 copied to clipboard
A Dart client to integrate with Azure's Application Insights service
5.0.1 #
- Minor fixes for static analysis
5.0.0 #
- Add ability to track dependency calls (thanks @m-gug)
- Breaking fix:
TelemetryHttpClientnow usestrackDependencyrather thantrackRequest - Breaking feature:
TransmissionProcessornow takes a connection string rather than instrumentation key
NOTE: this is a breaking release. Please review above notes to evaluate impact on your project.
4.0.1 #
- Downgrade
stack_tracepackage for Flutter compatibility (thanks @robsonsilv4)
4.0.0 #
- Upgrade to Dart 3
3.1.0 #
- Add ability to filter headers sent by
TelemetryHttpClient(thanks @RCSandberg)
3.0.0 #
- Fix
TelemetryContextso that the various getters and setters are nullable (thanks @mernen) - Relevant
Processorimplementations now write to aLoggerrather than directly to standard out
2.1.1 #
- Fix
TelemetryContext'suser.idproperty to set the correct key (ai.user.idinstead 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