Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docstring
  • Loading branch information
markushi committed Jul 18, 2023
commit c74e828f0c2e77ff563d1cb687a832132576b42f
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static Scope getCurrentScope() {
* @param options Sentry Options
* @param scope the scope
* @return a map containing all relevant scope data (user, contexts, tags, extras, fingerprint,
* level, breadcrumbs) or null if the scope itself is null or serialization fails
* level, breadcrumbs)
*/
@NotNull
public static Map<String, Object> serializeScope(
Expand Down