From 803e9eb5bd53dc1963763104dd829fc6f2101066 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 7 Nov 2025 03:01:11 +0100 Subject: [PATCH 1/3] chore: X handle update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6370374e3..9af567439 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ and the MSRV will be increased in accordance with its dependencies. ## Resources - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates From 4e92206c3372e7ce8c0ca4f00e6a03218bf39797 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Fri, 7 Nov 2025 09:42:47 +0100 Subject: [PATCH 2/3] update all subcrates --- README.tpl | 2 +- sentry-actix/README.md | 2 +- sentry-anyhow/README.md | 2 +- sentry-backtrace/README.md | 2 +- sentry-contexts/README.md | 2 +- sentry-core/README.md | 2 +- sentry-debug-images/README.md | 2 +- sentry-log/README.md | 2 +- sentry-opentelemetry/README.md | 2 +- sentry-panic/README.md | 2 +- sentry-slog/README.md | 2 +- sentry-tower/README.md | 2 +- sentry-tracing/README.md | 2 +- sentry-types/README.md | 2 +- sentry/README.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.tpl b/README.tpl index 195ed3703..fe810165b 100644 --- a/README.tpl +++ b/README.tpl @@ -13,4 +13,4 @@ License: {{license}} - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-actix/README.md b/sentry-actix/README.md index 04263046e..a9cab2c0a 100644 --- a/sentry-actix/README.md +++ b/sentry-actix/README.md @@ -81,4 +81,4 @@ when processing a request, so that the rest of the processing will run with the License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-anyhow/README.md b/sentry-anyhow/README.md index 4ad56f57e..781132b67 100644 --- a/sentry-anyhow/README.md +++ b/sentry-anyhow/README.md @@ -49,4 +49,4 @@ capture backtraces with your events. It is enabled by default. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-backtrace/README.md b/sentry-backtrace/README.md index ca4e43607..c2ff7c6ed 100644 --- a/sentry-backtrace/README.md +++ b/sentry-backtrace/README.md @@ -16,4 +16,4 @@ as integrations to process event stacktraces. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-contexts/README.md b/sentry-contexts/README.md index f2abcbb78..8db5af525 100644 --- a/sentry-contexts/README.md +++ b/sentry-contexts/README.md @@ -28,4 +28,4 @@ let _sentry = sentry::init(sentry::ClientOptions::new().add_integration(integrat License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-core/README.md b/sentry-core/README.md index 41aab7d9f..b44589464 100644 --- a/sentry-core/README.md +++ b/sentry-core/README.md @@ -106,4 +106,4 @@ functionality. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-debug-images/README.md b/sentry-debug-images/README.md index fe362e6b3..6e4a339c8 100644 --- a/sentry-debug-images/README.md +++ b/sentry-debug-images/README.md @@ -29,4 +29,4 @@ let integration = sentry_debug_images::DebugImagesIntegration::new() License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-log/README.md b/sentry-log/README.md index 2ee252f66..83529e6d2 100644 --- a/sentry-log/README.md +++ b/sentry-log/README.md @@ -93,4 +93,4 @@ let logger = SentryLogger::new().mapper(|record| { License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-opentelemetry/README.md b/sentry-opentelemetry/README.md index 21533437e..c7517ac36 100644 --- a/sentry-opentelemetry/README.md +++ b/sentry-opentelemetry/README.md @@ -94,4 +94,4 @@ tracer.in_span("example", |_| { License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-panic/README.md b/sentry-panic/README.md index 6b9860857..5f245c350 100644 --- a/sentry-panic/README.md +++ b/sentry-panic/README.md @@ -27,4 +27,4 @@ let integration = sentry_panic::PanicIntegration::default().add_extractor(|info| License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-slog/README.md b/sentry-slog/README.md index 718bb9f28..1162f50a2 100644 --- a/sentry-slog/README.md +++ b/sentry-slog/README.md @@ -77,4 +77,4 @@ provided. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-tower/README.md b/sentry-tower/README.md index e4a159ce4..f6babc148 100644 --- a/sentry-tower/README.md +++ b/sentry-tower/README.md @@ -136,4 +136,4 @@ Applying the layers in the wrong order can result in memory leaks. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-tracing/README.md b/sentry-tracing/README.md index cd04aa4a1..4af05ed8f 100644 --- a/sentry-tracing/README.md +++ b/sentry-tracing/README.md @@ -248,4 +248,4 @@ async fn handle_request(headers: std::collections::HashMap) { License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry-types/README.md b/sentry-types/README.md index b9a61db2f..04b850456 100644 --- a/sentry-types/README.md +++ b/sentry-types/README.md @@ -45,4 +45,4 @@ let event = v7::Event { License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. diff --git a/sentry/README.md b/sentry/README.md index 5a6474d41..f007a9b13 100644 --- a/sentry/README.md +++ b/sentry/README.md @@ -131,4 +131,4 @@ extra setup to function properly. License: MIT - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates +- Follow [@sentry](https://x.com/sentry) on X for updates. From a6baa0520116f2d8267caadac0a1f59ef9859542 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:43:19 +0100 Subject: [PATCH 3/3] Apply suggestion from @szokeasaurusrex --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af567439..160c12fc0 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ and the MSRV will be increased in accordance with its dependencies. ## Resources - [Discord](https://discord.gg/ez5KZN7) server for project discussions. -- Follow [@sentry](https://x.com/sentry) on X for updates +- Follow [@sentry](https://x.com/sentry) on X for updates.