Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lohnn/ad_ios_prod_error_test
https://github.com/lohnn/ad_ios_prod_error_test
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lohnn/ad_ios_prod_error_test
- Owner: lohnn
- Created: 2024-06-05T14:46:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T10:57:58.000Z (3 months ago)
- Last Synced: 2024-08-06T12:51:29.614Z (3 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing AppDynamics request tracking error
This is a minimal reproducible example of an error with AppDynamics request tracking.
Steps to reproduce:
First make sure you run flutter version 3.22.0 or higher. (older versions will not break)
1. Run `flutter pub get`
2. Replace the key in the `app_key.dart` file with a valid key
3. Run `pod install` in the `ios` folder
4. Run the app as _production_ build
5. Set a breakpoint on line 108 in the `ManualRequestTracker.swift` file in the `requestTrackerReport` function
(if that does not work, set it on line 106 and step over once)
6. id is now `Instance of UniqueKey`, while in debug builds it shows as `[#12345]`