Amplitude-TypeScript icon indicating copy to clipboard operation
Amplitude-TypeScript copied to clipboard

TypeScript Amplitude Analytics SDK

Results 178 Amplitude-TypeScript issues
Sort by recently updated
recently updated
newest added

### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:

### Summary Now that setSessionId has an async action, we should wait for it to complete before proceeding in the plugin. This PR adds an optional async interface to setSessionId...

### Summary This PR adds a set of new classes to fetch a config from remote, and join it to the local config. The remote config is fetched once at...

## Expected Behavior Should compile ## Current Behavior Doesn't: ``` FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * Where: Build file '/Users/mihai/dev/paced-breathing-3.0/react-native/android/app/build.gradle' line: 2...

bug

### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:

### Summary Fixes #710 - I'm not sure why, but this library gets pulled into the SSR part of my next.js project. Likely a treeshaking issue. It then throws and...

### Summary Improve the react example app 1. add multiple pages to fire page view without fresh the page 2. use the local script instead of using the npm dependency...

### Summary Allow to change maskTextFn: passes maskTextFn deep down to rrweb ### Checklist * [x] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have...

## Expected Behavior A blank success response from an Amplitude proxy endpoint should be handled without any errors being logged to the console as it is on the iOS and...

bug

Hello, I'm experiencing weird behavior of `setGroup` and `flush` methods of Amplitude NodeJS client in case when batching is enabled (`useBatch: true`). ## Expected Behavior I expect one of the...

bug