dynatrace_flutter_plugin 3.303.1 dynatrace_flutter_plugin: ^3.303.1 copied to clipboard
The Dynatrace Flutter plugin helps auto-instrument your Flutter app with Dynatrace OneAgent for Android and iOS. It also provides an API to add manual instrumentation.
3.303.1 #
- Updated Android (
8.303.2.1014
) & iOS Agent (8.303.1.1004
) - Android Gradle Plugin version requirement raised to 7.0+
- Added exclusion url list functionality
3.301.1 #
- Updated Android (
8.301.1.1004
) & iOS Agent (8.301.1.1008
)
3.299.1 #
- Updated Android (
8.299.1.1004
) & iOS Agent (8.299.1.1003
)
3.297.1 #
- Updated Android (
8.297.1.1003
) & iOS Agent (8.297.1.1004
) - Improved
Dynatrace().reportCrashWithException(..)
: Handle native stacktrace withinPlatformException
- Added information about instrumentation overhead (size) to README
3.295.1 #
- Updated Android (
8.295.1.1006
) & iOS Agent (8.295.1.1020
) - Updated example including dependencies
3.293.1 #
- Updated Android (
8.293.1.1003
) & iOS Agent (8.293.1.1003
) - Fixed compatibility with Android Gradle Plugin 8.x
3.291.1 #
- Updated Android (
8.291.1.1002
) & iOS Agent (8.291.1.1004
)
3.289.1 #
- Updated Android (
8.289.2.1007
) & iOS Agent (8.289.1.1015
)
3.287.2 #
- Updated Android (
8.287.1.1006
) & iOS Agent (8.287.2.1009
) - Fixed Android configuration issue with buildscript block not found
3.285.1 #
- DynatraceHttpClient web request monitoring now contains request and response size
- Added WebRequestTiming API
void stopWebRequestTimingWithSize(int responseCode, String? responseMessage, int requestSize, int responseSize)
- Updated Android (
8.287.1.1006
) & iOS Agent (8.285.1.1004
)
3.283.1 #
- Fixed action handling
- Minimum iOS version raised to
iOS 12
- Updated Android (
8.283.1.1004
) & iOS Agent (8.283.1.1004
)
3.279.2 #
- Fixing action type when handling current open action
- Updated Android (
8.279.1.1002
) & iOS Agent (8.279.1.1008
)
3.277.2 #
- Fix platform check to reflect sanitation changes for iOS
- Sanitized NSNull for iOS MethodChannel
- Updated Android (
8.277.1.1003
) & iOS Agent (8.277.1.1004
)
3.275.1 #
- Removed deprecated flutter pub run from README
- Updated iOS Agent (
8.275.1.1006
)
3.273.1 #
- Added support for go_router
- Updated Android (
8.273.1.1003
) & iOS Agent (8.273.1.1006
)
3.271.1 #
- Fixed compatibility issues with dart http
- Updated Android (
8.271.1.1003
) & iOS Agent (8.271.2.1007
)
3.269.1 #
- Updated check for http client and x-dynatrace header
- Updated Android (
8.269.1.1009
) & iOS Agent (8.269.1.1007
)
3.267.1 #
- Updated Android (
8.267.1.1005
) & iOS Agent (8.267.1.1006
)
3.265.1 #
- Updated Android (
8.265.1.1002
) & iOS Agent (8.265.1.1003
)
3.263.2 #
- Updated Android (
8.263.1.1002
) & iOS Agent (8.263.2.1005
) - Fixed CLI command execution
flutter pub run
3.261.2 #
- Updated Android (
8.261.2.1013
) & iOS Agent (8.261.1.1006
) - Minimum Java Version was raised to 11
- Fixed missing error message for reportZoneStacktrace
3.259.1 #
- Updated Android (
8.259.1.1008
) & iOS Agent (8.259.1.1009
)
3.257.1 #
- Updated Android (
8.257.1.1007
) & iOS Agent (8.257.1.1007
) - Minimum iOS version raised to
11
3.253.1 #
- Updated logic for plist modification
- Added Business events capturing API
- Updated Android (
8.253.1.1003
) & iOS Agent (8.253.1.1006
)
3.243.0 #
- Changed Http Instrumentation
- Removed deprecated DataCollectionLevel.User
- Updated Android (
8.243.1.1007
) & iOS Agent (8.241.1.1013
) - Raised Minimum Android API level to
21
2.237.0 #
- Improving Http instrumentation by allowing empty reason phrase
- Updated iOS Agent (
8.235.1.1015
)
2.231.0 #
- Added API for canceling an action
- Updated Android (
8.231.2.1007
) & iOS Agent (8.231.1.1009
) - Optimized usage of Android context within plugin
- Fixed path issue with
Flutter 2.8.x
when updating configuration
2.229.0 #
- Updated Android (
8.229.1.1003
) & iOS Agent (8.229.1.1004
) - Fixed Android Issue when closing the application
2.227.3 #
- Updated Http client to support
Dart 2.14+
- Updated Android (
8.225.1.1004
) & iOS Agent (8.225.1.1015
)
2.218.2 #
- Added new startWithoutWidget API that does not use runApp
- Added API for zone errors
- Added support for null safety
- Deprecated DataCollectionLevel: User (UserBehavior is the new preferred option)
- Updated Android Agent (
8.221.1.1005
)
1.215.7 #
- Added uninstall option for CLI
- Add new report error and report crash API
- Added API to report values, events and errors in latest actions
- Internal error handler is now reporting errors not crashes
1.208.0 #
- Added manual web request monitoring API
- Introduced UserPrivacyOptions
- Fixed startup binding issue
1.205.0 #
- Added Http abort method to support
Dart 2.10+
- Unhandled exceptions reported as crash
1.202.0 #
- Fixed Http instrumentation
0.198.0 #
- Manual Startup
0.196.0 #
- Manual instrumentation API
- Crash Reporting
- HttpClient Support
- Automatic Configuration