-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass at new session api * session work in progress * Rename .java to .kt * fix up some tests * make sampler use interface * move SessionIdTest.java to SessionManagerTest.kt and fix up * remove unused SessionId.java * remove unused SessionChangeObserver * spotless * make constants * don't send events for the NONE session * default to NONE session and cause session start after adding observer * Rename .java to .kt * migrate observer to kotlin * spotless * pass config session timeout and don't force SessionManager to be a builder field. * fix typo * fix test * fix tests * remove SessionIdEventSender (to make the PR more purely refactoring)
- Loading branch information
1 parent
798386e
commit 5a230fc
Showing
25 changed files
with
447 additions
and
364 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
92 changes: 0 additions & 92 deletions
92
core/src/main/java/io/opentelemetry/android/SessionId.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
core/src/main/java/io/opentelemetry/android/SessionIdChangeListener.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
core/src/main/java/io/opentelemetry/android/SessionIdChangeTracer.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.