Skip to content

Commit e05ce91

Browse files
authored
Merge branch 'master' into lcian/feat/no-truncation
2 parents f2d74c2 + a57b91c commit e05ce91

File tree

23 files changed

+25
-34
lines changed

23 files changed

+25
-34
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ and the MSRV will be increased in accordance with its dependencies.
106106
## Resources
107107

108108
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
109-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
109+
- Follow [@sentry](https://x.com/sentry) on X for updates.

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
License: {{license}}
1414

1515
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
16-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
16+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry client extension for actix-web 3.
10+
Sentry integration for actix-web 4.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry-actix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ when processing a request, so that the rest of the processing will run with the
8181
License: MIT
8282

8383
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
84-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
84+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-anyhow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ capture backtraces with your events. It is enabled by default.
4949
License: MIT
5050

5151
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
52-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
52+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-backtrace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ as integrations to process event stacktraces.
1616
License: MIT
1717

1818
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
19-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
19+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-contexts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ let _sentry = sentry::init(sentry::ClientOptions::new().add_integration(integrat
2828
License: MIT
2929

3030
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
31-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
31+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Core sentry library used for instrumentation and integration development.
10+
Core Sentry library used for instrumentation and integration development.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ functionality.
106106
License: MIT
107107

108108
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
109-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
109+
- Follow [@sentry](https://x.com/sentry) on X for updates.

sentry-debug-images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ let integration = sentry_debug_images::DebugImagesIntegration::new()
2929
License: MIT
3030

3131
- [Discord](https://discord.gg/ez5KZN7) server for project discussions.
32-
- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
32+
- Follow [@sentry](https://x.com/sentry) on X for updates.

0 commit comments

Comments
 (0)