Skip to content

Commit ad051c9

Browse files
authored
feat: Add docs about what captureMessage does (#11258)
1 parent 93667e8 commit ad051c9

File tree

19 files changed

+38
-0
lines changed

19 files changed

+38
-0
lines changed

docs/platforms/android/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/apple/common/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/dart/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/dotnet/common/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/elixir/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/flutter/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/go/common/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/java/common/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/javascript/common/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

docs/platforms/kotlin-multiplatform/usage/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2929

3030
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.
3131

32+
Messages show up as issues on your issue stream, with the message as the issue name.
33+
3234
<PlatformContent includePath="capture-message" />

0 commit comments

Comments
 (0)