String returns the display text.
()
| 80 | |
| 81 | // String returns the display text. |
| 82 | func (m FlexibleMessage) String() string { return m.Text } |
| 83 | |
| 84 | // EnvelopeItem represents a single parsed item from a Sentry envelope. |
| 85 | type EnvelopeItem struct { |
no outgoing calls