Skip to content

Commit

Permalink
Fix typo in source type
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzybinary committed Mar 5, 2024
1 parent 0e3a8b0 commit 0ee7d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@ object LogAttributes {
* The source type of an error. Used by cross platform tools to indicate the language
* or platform that the error originates from, such as Flutter or React Native (String).
*/
const val SOURCE_TYPE: String = "_dd.error.source.type"
const val SOURCE_TYPE: String = "_dd.error.source_type"
}

0 comments on commit 0ee7d13

Please sign in to comment.