Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Fixed a bug when stacktrace builds from an anonymous function #201

Merged
merged 3 commits into from
Sep 3, 2018

Conversation

marvell
Copy link
Contributor

@marvell marvell commented Jun 26, 2018

This code fixes a bug when a stacktrace builds from anonymous function. For example,

package main

func main() {
	func(){
		raven.NewStacktrace(0, 3, nil)
	}()
}

pack will be main.main and func will be func1, but should main and main.func1.

@marvell
Copy link
Contributor Author

marvell commented Jul 8, 2018

Guys, please, merge this MR.

@marvell
Copy link
Contributor Author

marvell commented Sep 3, 2018

@mitsuhiko please, take a look on it.

@mitsuhiko
Copy link
Member

lgtk. Thanks!

@mitsuhiko mitsuhiko merged commit 084a9de into getsentry:master Sep 3, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants