Skip to content

Commit 4db5353

Browse files
authored
ref: Reword CaptureMessage behaviour sentence (#7474)
1 parent f41ba20 commit 4db5353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platforms/common/usage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
3838

3939
## Capturing Messages
4040

41-
Another common operation is to capture a bare message. A message is textual information that should be sent to Sentry. Typically messages are not emitted, but they can be useful for some teams.
41+
Another common operation is to capture a bare message. A message is textual information that should be sent to Sentry. Typically, our SDKs don't automatically capture messages, but you can capture them manually.
4242

4343
<PlatformContent includePath="capture-message" />

src/platforms/php/guides/laravel/usage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In Laravel, you can pass an error object to `captureException()` to get it captu
1919

2020
## Capturing Messages
2121

22-
Another common operation is to capture a bare message. A message is textual information that should be sent to Sentry. Typically messages are not emitted, but they can be useful for some teams.
22+
Another common operation is to capture a bare message. A message is textual information that should be sent to Sentry. Typically, our SDKs don't automatically capture messages, but you can capture them manually.
2323

2424
<PlatformContent includePath="capture-message" />
2525

0 commit comments

Comments
 (0)