mirror of
https://github.com/status-im/status-go.git
synced 2025-02-20 18:58:14 +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
|
|
}
|