{"id":16701232,"url":"https://github.com/eproxus/tap","last_synced_at":"2025-03-17T00:33:56.625Z","repository":{"id":60775493,"uuid":"42855961","full_name":"eproxus/tap","owner":"eproxus","description":"Recon wrapper for Elixir","archived":false,"fork":false,"pushed_at":"2017-09-27T07:46:48.000Z","size":28,"stargazers_count":62,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T15:37:37.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eproxus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-21T09:14:10.000Z","updated_at":"2024-12-10T09:58:43.000Z","dependencies_parsed_at":"2022-10-04T17:15:34.752Z","dependency_job_id":null,"html_url":"https://github.com/eproxus/tap","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Ftap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Ftap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Ftap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Ftap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eproxus","download_url":"https://codeload.github.com/eproxus/tap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"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-10-12T18:43:18.110Z","updated_at":"2025-03-17T00:33:56.236Z","avatar_url":"https://github.com/eproxus.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hex.pm](https://img.shields.io/hexpm/v/tap.svg?style=flat-square)](https://hex.pm/packages/tap)\n[![License](https://img.shields.io/hexpm/l/tap.svg?style=flat-square)](https://github.com/eproxus/tap/blob/master/LICENSE)\n[![Build Status](http://img.shields.io/travis/eproxus/tap.svg?style=flat-square)](http://travis-ci.org/eproxus/tap)\n\n# Tap\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;*Because Erlang's tracing is awesome and\ndoing compile time debugging sucks!*\n\n## Description\n\nTap enables tracing of Elixir and Erlang functions in a intuitive and safe way.\n\n```\niex(1)\u003e require Tap\nnil\niex(2)\u003e Tap.call(String.strip(_, _), max: 4)\n2\niex(4)\u003e String.strip(\"test\", ?t)\n\"es\"\n21:52:36.972255 #PID\u003c0.88.0\u003e String.strip(\"test\", 116)\n\n21:52:36.972711 #PID\u003c0.88.0\u003e String.strip/2 --\u003e \"es\"\n\niex(5)\u003e String.strip(\"test\", \"te\")\n** (FunctionClauseError) no function clause matching in String.lstrip/2\n    (elixir) lib/string.ex:527: String.lstrip(\"test\", \"te\")\n    (elixir) lib/string.ex:564: String.strip/2\n21:52:42.094718 #PID\u003c0.88.0\u003e String.strip(\"test\", \"te\")\n\n21:52:42.095231 #PID\u003c0.88.0\u003e String.strip/2 ** (FunctionClauseError) no function clause matches\n\nRecon tracer rate limit tripped.\niex(6)\u003e\n```\n\nTap wraps the excellent [Recon](https://github.com/ferd/recon) library, adding\nnative Elixir formatting and macros for creating traces in an intuitive way.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Ftap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feproxus%2Ftap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Ftap/lists"}