/apm-agent-ios

Primary LanguageSwiftApache License 2.0Apache-2.0

macos

apm-agent-ios : APM Agent for iOS

This is the official iOS package for Elastic APM

Documentation

Visit elastic.co for the iOS agent documentation.

To build this project's documentation locally, you must first clone the elastic/docs repository. Then run the following commands:

# Set the location of your repositories
export GIT_HOME="/<fullPathToYourRepos>"
# Build the APM iOS documentation
$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-ios/docs/index.asciidoc --chunk 1 --open

Notes

disabling noisy logs

  • CoreTelephony in simulator xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony

  • Layout Constraints warnings xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.UIKit