Robert Pintilii
06b67dcf44
ref(TS) Improve TS (#13365)
Change some any types to the correct types
2 年之前
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 年之前
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 年之前
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 年之前
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2 年之前
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 年之前
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores (#12412)
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
2 年之前
Robert Pintilii
442ae6c3cb
chore(TS): Create web tsconfig (#12381)
* fix(ts,connection) avoid mixing web and native code
* chore(ts) split config
The mobile part is still WIP.
* Remove default tsconfig
* Fix ts-loader - use web tsconfig
* Fix tsconfig
Use noEmit only on npm scripts (for type checking), but don't use it in webpack
* Fix
* Fix import
* Fix
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2 年之前
Robert Pintilii
7364c7f27b
ref(TS) Remove unnecessary ts-ignores
2 年之前
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 年之前
Robert Pintilii
f4b46128bc
ref(analytics) Convert to TS (#12099)
2 年之前
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 年之前
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
Amplitude has gone back to having a separate package for RN, so switch to it.
3 年之前
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
4 年之前
Saúl Ibarra Corretgé
1a339100ab
fix(analytics) avoid Amplitude initialization failure on mobile
4 年之前
Andrei Gavrilescu
29805edd02
feat(rtcstats): Integrate rtcstats (#6945)
* Integrate rtcstats
* expcetion handling / clean up
* order imports
* config fix
* remove mock amplitude handler
* additional comments
* lint fix
* address code review
* move rtcstats middleware
* link to jitsi rtcstats package
* address code review
* address code review / add ws onclose handler
* add display name / bump rtcstats version
* resolve import error
5 年之前
ludovicm67
bdd129b9a2
feat(analytics): include MatomoHandler by default
5 年之前
ludovicm67
4c635a2a63
feat(analytics): add Matomo support
5 年之前
Jaya Allamsetty
e90cc0a615
fix(Amplitude): Blacklist 'peer.conn.status.duration' stats
5 年之前
Hristo Terezov
b64260e554
ref(Amplitude): device id syncing
5 年之前
Hristo Terezov
1cde7e63c7
feat(Amplitude): Set device id from cookie. (#4997)
5 年之前
Hristo Terezov
1aaaae24ee
feat(Amplitude): enable referrer
5 年之前
Hristo Terezov
bd99108e8e
feat(analytics):Add white/black list functionality
5 年之前
Hristo Terezov
9712804040
fix(Amplitude): user id
6 年之前
Saúl Ibarra Corretgé
2d45709a6a
android: add the ability to make a "libre" build
A libre build will exclude the following:
- Analytics modules
- Google Play services GMS
- Crashlytics
- Firebase
6 年之前
Saúl Ibarra Corretgé
6bbc2927ab
analytics: don't initialize handlers if they are not properly configured
6 年之前
Hristo Terezov
59fc3642a6
feat(amplitude): add mobile implementation
6 年之前
Hristo Terezov
5ad98dd058
ref(config): Create 'analytics' section.
6 年之前
Hristo Terezov
e5a8d95f1f
feat(Amplitude): Integration.
6 年之前