Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Add scriptUrl field to StacktraceJS reports
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee authored Mar 15, 2017
1 parent 7a96345 commit 3b46491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ type StacktraceJSReport struct {
URL string `json:"url,omitempty"`
UserID string `json:"userId,omitempty"`
StackHash string `json:"stackHash,omitempty"`
ScriptURL string `json:"scriptUrl,omitempty"`
}

// GetType returns report type
Expand Down

0 comments on commit 3b46491

Please sign in to comment.