Conversation
Co-authored-by: May Lee <[email protected]>
Co-authored-by: Nikita Ogorodnikov <[email protected]>
Will change this back before merging!
DOCS-3301 add documentation to track background events
…-update DOCS-3292 Android Mobile Vitals Edits
…update DOCS-2277 Android Web View Tracking Edits
Codecov Report
@@ Coverage Diff @@
## develop #965 +/- ##
===========================================
- Coverage 83.19% 83.09% -0.10%
===========================================
Files 267 267
Lines 9086 9086
Branches 1465 1465
===========================================
- Hits 7559 7550 -9
- Misses 1129 1135 +6
- Partials 398 401 +3
|
0xnm
approved these changes
Jun 30, 2022
xgouchet
suggested changes
Jun 30, 2022
|
|
||
| ### Initialize the library with application context | ||
|
|
||
| In the initialization snippet, set an environment name, service name, and version number. In the examples below, `APP_VARIANT_NAME` specifies the name of the service that generates data. For more information, see [Using Tags][14]. |
Contributor
There was a problem hiding this comment.
APP Variant name specifies the variant of the app, not the name of the service
Contributor
Author
There was a problem hiding this comment.
Suggested change
| In the initialization snippet, set an environment name, service name, and version number. In the examples below, `APP_VARIANT_NAME` specifies the name of the service that generates data. For more information, see [Using Tags][14]. | |
| In the initialization snippet, set an environment name, service name, and version number. In the examples below, `APP_VARIANT_NAME` specifies the variant of the application that generates data. For more information, see [Using Tags][14]. |
xgouchet
approved these changes
Jul 1, 2022
hestonhoffman
approved these changes
Jul 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Syncing doc updates from master into develop, which is the default GitHub branch.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)