-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
send to segment, not google anayltics (JBIDE-28396) (#760)
* copied intellij-telemetry & made it compile (JBIDE-28396) * send to segment, not google anayltics (JBIDE-28396) * removed deprecated portions (JBIDE-28396) * bump to version 2.3.0 * removed branding (JBIDE-28396) * renamed IEclipseUserAgent & other browser remains (JBIDE-28396) * removed page path in EventSender * added 'copied from' to class headers * corrected urls to https:// * create new builder each time new msg is created * have identify traits of JBT not clash with IntelliJ Signed-off-by: Andre Dietisheim <[email protected]> --------- Signed-off-by: Andre Dietisheim <[email protected]>
- Loading branch information
Showing
109 changed files
with
5,219 additions
and
2,705 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry exported="true" kind="lib" path="resources/"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry exported="true" kind="lib" path="lib/analytics-2.1.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/analytics-core-2.1.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/okhttp-4.9.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/gson-2.10.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/kotlin-stdlib-1.8.22.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/okio-jvm-3.3.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/retrofit1-okhttp3-client-1.1.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/retrofit-1.9.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/backo-1.0.0.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
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
2 changes: 2 additions & 0 deletions
2
usage/plugins/org.jboss.tools.usage/resources/segment-defaults.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
writeKey=kCHAlE4frD0qQ78sifKKFDQN9afdWlSI | ||
debugWriteKey=XettED4GDNiwfFmkenRrVnEZZMc2aIZi |
Oops, something went wrong.