trackjs-nextjs 1.0.4-canary.0 → 1.0.5-canary.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
This package integrates the TrackJS agent into Next.js projects.
|
|
11
11
|
|
|
12
12
|
# Compatibility
|
|
13
|
-
This package supports **Next.js** versions **14** and **
|
|
13
|
+
This package supports **Next.js** versions **14**, **15** and **16**. Please refer to our documentation to integrate with older versions of Next.js.
|
|
14
14
|
|
|
15
15
|
# Reference
|
|
16
16
|
- [TrackJS Next.js Documentation](https://docs.trackjs.com/browser-agent/integrations/nextjs15/)
|