Skip to content

andium/apm-agent-ios

 
 

Repository files navigation

macos

apm-agent-ios : APM Agent for iOS

This is the official iOS package for Elastic APM

This package is considered beta.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.3%
  • Shell 0.7%