From 4c4c4dec992787166ec8ee23cb42ce86afe99363 Mon Sep 17 00:00:00 2001 From: Pangratios Cosma Date: Wed, 2 Oct 2024 15:52:12 +0300 Subject: [PATCH] docs: provide info for EU endpoints (#1401) --- packages/esbuild-plugin/README.md | 4 ++-- packages/rollup-plugin/README.md | 4 ++-- packages/webpack/README.md | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/esbuild-plugin/README.md b/packages/esbuild-plugin/README.md index 2282fdde..0ea8c02b 100644 --- a/packages/esbuild-plugin/README.md +++ b/packages/esbuild-plugin/README.md @@ -30,7 +30,7 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht
endpoint (optional — default: "https://api.honeybadger.io/v1/source_maps")
Where to upload your source maps to. Perhaps you have a self hosted source map server you would like to upload your source maps to instead - of Honeybadger.
+ of Honeybadger. If you are using our EU stack, you should set this to "https://eu-api.honeybadger.io/v1/source_maps".
revision (optional — default: "main")
The deploy revision (i.e. commit hash) that your source map applies to. This could also be a code version. For best results, set it to something unique every time your code changes. See the Honeybadger docs for examples.
@@ -53,7 +53,7 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht
deployEndpoint (optional — default: "https://api.honeybadger.io/v1/deploys")
-
Where to send deployment notifications.
+
Where to send deployment notifications. If you are using our EU stack, you should set this to "https://eu-api.honeybadger.io/v1/deploys".
deploy (optional — default: false)
diff --git a/packages/rollup-plugin/README.md b/packages/rollup-plugin/README.md index c2d5949f..131f268c 100644 --- a/packages/rollup-plugin/README.md +++ b/packages/rollup-plugin/README.md @@ -32,7 +32,7 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht
endpoint (optional — default: "https://api.honeybadger.io/v1/source_maps")
Where to upload your source maps to. Perhaps you have a self hosted source map server you would like to upload your source maps to instead - of Honeybadger.
+ of Honeybadger. If you are using our EU stack, this should be set to "https://eu-api.honeybadger.io/v1/source_maps".
revision (optional — default: "main")
The deploy revision (i.e. commit hash) that your source map applies to. This could also be a code version. For best results, set it to something unique every time your code changes. See the Honeybadger docs for examples.
@@ -55,7 +55,7 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht
deployEndpoint (optional — default: "https://api.honeybadger.io/v1/deploys")
-
Where to send deployment notifications.
+
Where to send deployment notifications. If you are using our EU stack, this should be set to "https://eu-api.honeybadger.io/v1/deploys".
deploy (optional — default: false)
diff --git a/packages/webpack/README.md b/packages/webpack/README.md index 01084938..9ff3f381 100644 --- a/packages/webpack/README.md +++ b/packages/webpack/README.md @@ -37,7 +37,7 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht
endpoint (optional — default: "https://api.honeybadger.io/v1/source_maps")
Where to upload your source maps to. Perhaps you have a self hosted source map server you would like to upload your source maps to instead - of honeybadger.
+ of honeybadger. If you are using our EU stack, this should be set to "https://eu-api.honeybadger.io/v1/source_maps".
revision (optional — default: "main")
The deploy revision (i.e. commit hash) that your source map applies to. This could also be a code version. For best results, set it to something unique every time your code changes. See the Honeybadger docs for examples.
@@ -61,6 +61,9 @@ These plugin parameters correspond to the Honeybadger [Source Map Upload API](ht are being uploaded in parallel.
Limited parallelism helps with connection issues in Docker environments. +
deployEndpoint (optional — default: "https://api.honeybadger.io/v1/deploys")
+
Where to send deployment notifications. If you are using our EU stack, this should be set to "https://eu-api.honeybadger.io/v1/deploys".
+
deploy (optional — default: false)
Configuration for deployment notifications. To disable deployment notifications, ignore this option. To enable deployment notifications, set this to true, or to an object containing any of these fields (see the API reference):