This repository was archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Adding telemetry for the new features #112
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1233f50
adding new telemetry to track
9d03efb
adding telemetry handling for sensor
f70ab85
Merge branch 'dev' into users/t-famoun/sensor_telemetry
08f6b2a
add telemetry for sensor calls
77864db
adding telemetryu for python side
ff8ba76
solved typo
abb8a43
renamed constants
e7732e5
rename constants
f35cd9b
adding appinsight
a9578d0
Merge branch 'users/t-famoun/sensor_telemetry' into users/t-famoun/ap…
99c13ac
removed previous telemetry method
b890510
adding extension name constant
11b1a3e
replacing activation key
ff924b1
replace extension name const
5b0004a
merging with dev
fcfb042
change according to review
4275a43
change due to review
eaad182
solved typo
d9a9349
add more event
96bedfe
replace key by value
9c97f96
replaced f strings
202f2c1
Merged with dev
d9ab5d5
adding license info
6229cd5
adding a prefix for telemetry
0687c64
removing spaces
0d508fd
merged with dev
0a47bf4
merged with dev
9ae3b40
adapt to dev chages
70412b3
chnage way sliders send telemetry
18e2c17
Merge branch 'dev' into users/t-famoun/appinsight-telemetry
271cd12
change to override
4a2e20d
change overwrite to override
53894ac
merged with dev
864d3d5
merged with dev
774ee6e
change tracking method in API
7e266e7
putting back default variables
c5a1736
change according to reviews
d222d61
merged with dev
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"shake", | ||
"motion_x", | ||
"motion_y", | ||
"motion_z" | ||
"motion_z", | ||
"touch" | ||
] | ||
|
||
EXEC_COMMAND = "exec" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
playsound | ||
pytest | ||
applicationinsights | ||
python-socketio |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.