Skip to content

Commit

Permalink
update iOS and Android FAQ (#140)
Browse files Browse the repository at this point in the history
* update iOS and Android FAQ

* Update faq.md

* Update faq.md

* Update faq.md

* Update faq.md

* Update faq.md
  • Loading branch information
davidlawrencer authored Jan 4, 2025
1 parent b79aa38 commit c4f19f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/android/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3
# Android FAQ

Here are a list of questions we commonly receive along with their answers.
If you don't see your question here, or would like more clarification on one please reach out to use on Slack
If you don't see your question here, or would like more clarification on one please reach out to us on the [community Slack](http://community.embrace.io)
or email us at [support@embrace.com](mailto:support@embrace.com).

## Common Questions
Expand Down Expand Up @@ -85,6 +85,9 @@ buildscript {
Yes, update to the latest version of the swazzler gradle plugin & ensure your AGP version exceeds 4.2.2.
Newer AGP versions provide a more performant API for bytecode instrumentation.

### **Does adding the Embrace SDK impact launch performance?**

We have benchmarked the Embrace SDK's performance during app launch between 10 and 50 milliseconds. In practice, this is between 1-3% of typical app launch time.

### **What determines if a session is classified as prod or dev?**

Expand Down
4 changes: 2 additions & 2 deletions docs/ios/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 5
# iOS/tvOS FAQ

Here are a list of questions we commonly receive along with their answers.
If you don't see your question here, or would like more clarification on one please reach out to us on Slack
If you don't see your question here, or would like more clarification on one please reach out to us on the [community Slack](http://community.embrace.io)
or email us at [support@embrace.com](mailto:support@embrace.com).

## Common Questions
Expand Down Expand Up @@ -186,7 +186,7 @@ It will increase if header and body capture is enabled.
### **My network calls are not being captured. What could be going wrong?**

WebSocket requests are not captured automatically. Please contact us if you are using WebSockets.
Please verify that the Embrace SDK is initialized before the app initializes any network-related functions e.g. any Alamofire SessionManager instances you create should be created after you start the Embrace SDK.
Please verify that the Embrace SDK is initialized before the app initializes any network-related frameworks e.g. any Alamofire SessionManager instances you create should be created after you start the Embrace SDK. URLSession requests will also not be captured until the Embrace SDK is started.

## Monitoring Performance

Expand Down

0 comments on commit c4f19f7

Please sign in to comment.