mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 00:48:01 +00:00
8 lines
100 B
Go
8 lines
100 B
Go
//go:build !go1.21
|
|
|
|
package sentry
|
|
|
|
func cleanupFunctionNamePrefix(f []Frame) []Frame {
|
|
return f
|
|
}
|