@aircall/tracker
Advanced tools
Comparing version 2.4.0 to 2.5.1
@@ -6,2 +6,21 @@ # Change Log | ||
## [2.5.1](https://gitlab.com/aircall/shared/front-end-modules/compare/@aircall/tracker@2.5.0...@aircall/tracker@2.5.1) (2021-11-25) | ||
**Note:** Version bump only for package @aircall/tracker | ||
# [2.5.0](https://gitlab.com/aircall/shared/front-end-modules/compare/@aircall/tracker@2.4.0...@aircall/tracker@2.5.0) (2021-11-25) | ||
### Features | ||
* **jabra:** add Jabra module [PH-4114] ([c4c10a0](https://gitlab.com/aircall/shared/front-end-modules/commit/c4c10a068876156bfb79cc5ece9f2f9e343530a3)) | ||
# [2.4.0](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.14...@aircall/tracker@2.4.0) (2021-08-16) | ||
@@ -8,0 +27,0 @@ |
@@ -65,3 +65,3 @@ "use strict"; | ||
} | ||
// Private method to construct the Segment SDK script | ||
// Private method to construct the Segment SDK script. | ||
getScriptTag(key) { | ||
@@ -68,0 +68,0 @@ const script = document.createElement('script'); |
{ | ||
"name": "@aircall/tracker", | ||
"version": "2.4.0", | ||
"version": "2.5.1", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "5cd333f722a03dd290ca925b2db677b1eefe8a11", | ||
"gitHead": "1b659b6c3041ad2b1eb651b7659a514f2b0ac6c6", | ||
"devDependencies": { | ||
@@ -17,0 +17,0 @@ "@types/segment-analytics": "^0.0.32" |
@@ -5,3 +5,2 @@ import Tracker, { | ||
ICompanyTierLevel, | ||
IUserOS, | ||
TRACKER_ENVIRONMENT, | ||
@@ -8,0 +7,0 @@ WindowWithAnalytics |
@@ -115,3 +115,3 @@ export class AnalyticsJS extends Array { | ||
// Private method to construct the Segment SDK script | ||
// Private method to construct the Segment SDK script. | ||
private getScriptTag(key: TrackerInitOptions['key']): HTMLScriptElement { | ||
@@ -118,0 +118,0 @@ const script: HTMLScriptElement = document.createElement('script'); |
Sorry, the diff of this file is not supported yet
24484
483