{"id":19312142,"url":"https://github.com/bigcommerce/noopraven-go","last_synced_at":"2025-10-12T18:24:22.654Z","repository":{"id":31573031,"uuid":"35137788","full_name":"bigcommerce/noopraven-go","owner":"bigcommerce","description":"A raven-go interface with a noop implementation.","archived":false,"fork":false,"pushed_at":"2015-12-16T00:08:01.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-01-06T02:27:11.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigcommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-06T03:35:10.000Z","updated_at":"2019-07-03T20:48:25.000Z","dependencies_parsed_at":"2022-08-24T12:10:52.320Z","dependency_job_id":null,"html_url":"https://github.com/bigcommerce/noopraven-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fnoopraven-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fnoopraven-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fnoopraven-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fnoopraven-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigcommerce","download_url":"https://codeload.github.com/bigcommerce/noopraven-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415213,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:33:08.897Z","updated_at":"2025-10-12T18:24:17.602Z","avatar_url":"https://github.com/bigcommerce.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noop-raven\n\n[![Build Status](https://travis-ci.org/bigcommerce/noopraven-go.svg?branch=master)](https://travis-ci.org/bigcommerce/noopraven-go)\n\nThis is an Interface and a no-op implementation for [Raven](https://github.com/getsentry/raven-go).\n\nThis is useful if you want to drop a Raven client instance into some code without having to always check if it's enabled or not when using it.\n\n## Installation\n\n    go get github.com/bigcommerce/noopraven-go\n\n## Usage\n\nImport:\n\n    import \"github.com/bigcommerce/noopraven-go\"\n    import \"github.com/getsentry/raven-go\"\n\n    ...\n\n    var ravenClient noopraven.RavenClient\n    if ravenEnabled {\n        var err error\n        ravenClient, err = raven.NewClient(dsn, nil)\n        // ...\n    } else {\n        ravenClient = \u0026noopraven.NoopRavenClient{}\n    }\n\n    // use ravenClient whether it's enabled or not\n\n    // use the noopraven.RavenClient interface type for arguments in your\n    // functions which expect a raven client\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fnoopraven-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigcommerce%2Fnoopraven-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fnoopraven-go/lists"}