File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
lib/error_tracker/web/components/layouts Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- # ErrorTracker
1
+ # 🐛 ErrorTracker
2
2
3
- An Elixir based built-in error tracking solution.
3
+ <a title =" GitHub CI " href =" https://github.com/elixir-error-tracker/error-tracker/actions " ><img src =" https://github.com/elixir-error-tracker/error-tracker/workflows/CI/badge.svg " alt =" GitHub CI " /></a >
4
+ <a title =" Latest release " href =" https://hex.pm/packages/error_tracker " ><img src =" https://img.shields.io/hexpm/v/error_tracker.svg " alt =" Latest release " /></a >
5
+ <a title =" View documentation " href =" https://hexdocs.pm/error_tracker " ><img src =" https://img.shields.io/badge/hex.pm-docs-blue.svg " alt =" View documentation " /></a >
6
+
7
+ > An Elixir based built-in error tracking solution.
4
8
5
9
<a href =" guides/screenshots/error-dashboard.png " >
6
10
<img src =" guides/screenshots/error-dashboard.png " alt =" ErrorTracker web dashboard " width =" 400 " >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ In this guide we will learn how to install ErrorTracker in an Elixir project so
6
6
7
7
** This guide requires you to have set up Ecto with PostgreSQL or SQLite3 beforehand.**
8
8
9
- ## Installing the ErrorTracker as a dependency
9
+ ## Installing ErrorTracker as a dependency
10
10
11
11
The first step to add ErrorTracker to your application is to declare the package as a dependency in your ` mix.exs ` file:
12
12
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defmodule ErrorTracker.Web.Layouts.Navbar do
10
10
href = { dashboard_path ( @ socket ) }
11
11
class = "self-center text-2xl font-semibold whitespace-nowrap text-white "
12
12
>
13
- ErrorTracker
13
+ < span class = " mr-2 " > 🐛 </ span > ErrorTracker
14
14
</ . link >
15
15
< button
16
16
type = "button "
Original file line number Diff line number Diff line change 8
8
< meta name = "socket-path " content = { get_socket_config ( :path ) } />
9
9
< meta name = "socket-transport " content = { get_socket_config ( :transport ) } />
10
10
11
- < title > <%= assigns [ :page_title ] || "ErrorTracker" %> </ title >
11
+ < title > <%= assigns [ :page_title ] || "🐛 ErrorTracker" %> </ title >
12
12
13
13
< style >
14
14
<%= raw get_content ( :css ) %>
You can’t perform that action at this time.
0 commit comments