()
| 408 | var LogFile *os.File |
| 409 | |
| 410 | func GetVersionAsComment() string { |
| 411 | return fmt.Sprintf("# Generated by Keploy (%s)\n", Version) |
| 412 | } |
| 413 | |
| 414 | func attachLogFileToSentry(logger *zap.Logger, logFilePath string) error { |
| 415 | file, err := os.Open(logFilePath) |
no outgoing calls
no test coverage detected