@appxiom/4react 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
7
|
+
- [Before You Begin](#before-you-begin)
|
|
7
8
|
- [Requirements](#requirements)
|
|
8
9
|
- [Installation](#installation)
|
|
9
10
|
- [Quick Start](#quick-start)
|
|
@@ -15,6 +16,15 @@
|
|
|
15
16
|
- [Public API](#public-api)
|
|
16
17
|
- [Troubleshooting](#troubleshooting)
|
|
17
18
|
|
|
19
|
+
## Before You Begin
|
|
20
|
+
|
|
21
|
+
1. Register for an Appxiom account at [appxiom.com](https://www.appxiom.com/) and log in to the dashboard.
|
|
22
|
+
2. Use the `+` at the top left corner to create an app.
|
|
23
|
+
3. Link your web application to Appxiom using the domain (eg: app.xyz.com) in the settings page. No PORT needs to be provided.
|
|
24
|
+
4. Copy the APP KEY and PLATFORM KEY from the Appxiom dashboard.
|
|
25
|
+
5. Integrate the Appxiom React package into your application as mentioned in installation section.
|
|
26
|
+
6. Test your integration to ensure monitoring and reporting are working as expected.
|
|
27
|
+
|
|
18
28
|
## Requirements
|
|
19
29
|
|
|
20
30
|
- React 18 or React 19.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "BasilGregory Software Labs Private Limited",
|
|
6
6
|
"homepage": "https://www.appxiom.com",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.15",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"main": "index.js",
|
|
40
40
|
"module": "index.js",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@appxiom/web": "^0.1.
|
|
42
|
+
"@appxiom/web": "^0.1.11"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "^5.9.3"
|