8 lines
100 B
Go
8 lines
100 B
Go
|
//go:build !go1.21
|
||
|
|
||
|
package sentry
|
||
|
|
||
|
func cleanupFunctionNamePrefix(f []Frame) []Frame {
|
||
|
return f
|
||
|
}
|