-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into nb-k8s-troubleshooting-NR-266842
- Loading branch information
Showing
386 changed files
with
8,199 additions
and
10,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [[ -z "${BUILD_LANG}" ]]; then | ||
echo "BUILD_LANG env var required 🥸 set BUILD_LANG=en for a default build" | ||
exit 1 | ||
else | ||
exec node scripts/createNetlifyRedirects.mjs & NODE_OPTIONS='--max-old-space-size=5120' gatsby build --prefix-paths | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 47 additions & 40 deletions
87
...s/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,19 +276,19 @@ version. | |
| `@apollo/gateway` | 2.3.0 | 2.9.1 | `@newrelic/[email protected]` | | ||
| `@apollo/server` | 4.0.0 | 4.11.0 | `@newrelic/[email protected]` | | ||
| `@aws-sdk/client-bedrock-runtime` | 3.474.0 | 3.654.0 | 11.13.0 | | ||
| `@aws-sdk/client-dynamodb` | 3.0.0 | 3.654.0 | 8.7.1 | | ||
| `@aws-sdk/client-dynamodb` | 3.0.0 | 3.656.0 | 8.7.1 | | ||
| `@aws-sdk/client-sns` | 3.0.0 | 3.654.0 | 8.7.1 | | ||
| `@aws-sdk/client-sqs` | 3.0.0 | 3.654.0 | 8.7.1 | | ||
| `@aws-sdk/lib-dynamodb` | 3.377.0 | 3.654.0 | 8.7.1 | | ||
| `@aws-sdk/lib-dynamodb` | 3.377.0 | 3.656.0 | 8.7.1 | | ||
| `@aws-sdk/smithy-client` | 3.47.0 | 3.374.0 | 8.7.1 | | ||
| `@elastic/elasticsearch` | 7.16.0 | 8.15.0 | 11.9.0 | | ||
| `@grpc/grpc-js` | 1.4.0 | 1.11.3 | 8.17.0 | | ||
| `@hapi/hapi` | 20.1.2 | 21.3.10 | 9.0.0 | | ||
| `@koa/router` | 11.0.2 | 13.1.0 | 3.2.0 | | ||
| `@langchain/core` | 0.1.17 | 0.3.2 | 11.13.0 | | ||
| `@langchain/core` | 0.1.17 | 0.3.3 | 11.13.0 | | ||
| `@nestjs/cli` | 9.0.0 | 10.4.5 | 10.1.0 | | ||
| `@prisma/client` | 5.0.0 | 5.19.1 | 11.0.0 | | ||
| `@smithy/smithy-client` | 2.0.0 | 3.3.2 | 11.0.0 | | ||
| `@smithy/smithy-client` | 2.0.0 | 3.3.4 | 11.0.0 | | ||
| `amqplib` | 0.5.0 | 0.10.4 | 2.0.0 | | ||
| `apollo-server` | 3.0.0 | 3.13.0 | `@newrelic/[email protected]` | | ||
| `apollo-server-express` | 3.0.0 | 3.13.0 | `@newrelic/[email protected]` | | ||
|
@@ -309,8 +309,8 @@ version. | |
| `mongodb` | 4.1.4 | 6.9.0 | 1.32.0 | | ||
| `mysql` | 2.2.0 | 2.18.1 | 1.32.0 | | ||
| `mysql2` | 2.0.0 | 3.11.3 | 1.32.0 | | ||
| `next` | 13.4.19 | 14.2.12 | 12.0.0 | | ||
| `openai` | 4.0.0 | 4.62.1 | 11.13.0 | | ||
| `next` | 13.4.19 | 14.2.13 | 12.0.0 | | ||
| `openai` | 4.0.0 | 4.63.0 | 11.13.0 | | ||
| `pg` | 8.2.0 | 8.13.0 | 9.0.0 | | ||
| `pg-native` | 2.0.0 | 3.2.0 | 9.0.0 | | ||
| `pino` | 7.0.0 | 9.4.0 | 8.11.0 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.