@envelop/newrelic 9.0.0-alpha-20250304074037-40109c632178bb84b8118137c42e86caf2747459 → 9.0.0-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4
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 +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,13 +7,13 @@ Below are some screenshots to show how tracking looks like in New Relic, in thes
|
|
|
7
7
|
plugin options were set to `true`.
|
|
8
8
|
|
|
9
9
|
Error tracking, operation and resolver views:
|
|
10
|
-

|
|
11
|
+

|
|
12
12
|
|
|
13
13
|
Successful operation tracking, operation plus root-field and sub-field resolvers:
|
|
14
|
-

|
|
15
|
+

|
|
16
|
+

|
|
17
17
|
|
|
18
18
|
## Getting Started
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@envelop/newrelic",
|
|
3
|
-
"version": "9.0.0-alpha-
|
|
3
|
+
"version": "9.0.0-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
7
7
|
"newrelic": ">=7 <12",
|
|
8
|
-
"@envelop/core": "^5.
|
|
8
|
+
"@envelop/core": "^5.3.0-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.5.0",
|
|
12
|
-
"@envelop/on-resolve": "^6.0.0-alpha-
|
|
12
|
+
"@envelop/on-resolve": "^6.0.0-alpha-20250619114542-005caf314ca2e738992e56b76a3ad27c9b5943b4"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/graphql-hive/envelop.git",
|
|
17
17
|
"directory": "packages/plugins/newrelic"
|
|
18
18
|
},
|
|
19
19
|
"author": "Santino Puleio <santinopuleio@gmail.com>",
|