You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ See our [JavaScript SDK Reference](https://amplitude.zendesk.com/hc/en-us/articl
26
26
Click [here](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md) to view the JavaScript SDK Changelog.
27
27
28
28
# React Native #
29
-
30
29
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
31
30
32
31
*[react-native-device-info](https://www.npmjs.com/package/react-native-device-info) Tested with version 3.1.4
@@ -35,7 +34,6 @@ This library now supports react-native. It has two dependencies on react-native
35
34
# Upgrading Major Versions and Breaking Changes #
36
35
37
36
## 5.0
38
-
39
37
We stopped committing the generated amplitude.min.js and amplitude.js files to
40
38
the repository. This should only affect you if you load amplitude via github.
41
39
You should use `npm` or `yarn` instead.
@@ -44,14 +42,12 @@ We dropped our custom symbian and blackberry user agent parsing to simply match
44
42
what the ua-parser-js library does.
45
43
46
44
## 4.0
47
-
48
45
The library now defaults to sending requests to https://api.amplitude.com
49
46
instead of //api.amplitude.com. This should only affect you if your site does
50
47
not use https and you use a Content Security Policy.
51
48
52
-
53
-
# Questions? #
54
-
If you have questions about using or installing our JavaScript SDK, you can send an email to [Amplitude Support](mailto:platform@amplitude.com).
49
+
# Need Help? #
50
+
If you have any problems or issues over our SDK, feel free to create a github issue or submit a request on [Amplitude Help](https://help.amplitude.com/hc/en-us/requests/new).
0 commit comments